Class ThreadState

java.lang.Object
org.python.core.ThreadState

public class ThreadState extends Object
  • Field Details

    • frame

      public PyFrame frame
    • exception

      public PyException exception
    • call_depth

      public int call_depth
    • tracing

      public boolean tracing
    • reprStack

      public PyList reprStack
    • compareStateNesting

      public int compareStateNesting
    • tracefunc

      public TraceFunction tracefunc
    • profilefunc

      public TraceFunction profilefunc
  • Constructor Details

  • Method Details

    • setSystemState

      public void setSystemState(PySystemState systemState)
    • getSystemState

      public PySystemState getSystemState()
    • enterRepr

      public boolean enterRepr(PyObject obj)
    • exitRepr

      public void exitRepr(PyObject obj)
    • getCompareStateDict

      public PyDictionary getCompareStateDict()