Class ThreadState

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

public class ThreadState extends Object
  • Field Details

    • systemState

      public PySystemState systemState
    • frame

      public PyFrame frame
    • exception

      public PyException exception
    • thread

      public Thread thread
    • tracing

      public boolean tracing
    • reprStack

      public PyList reprStack
    • compareStateNesting

      public int compareStateNesting
    • recursion_depth

      public int recursion_depth
  • Constructor Details

  • Method Details

    • getInitializingProxy

      public PyInstance getInitializingProxy()
    • pushInitializingProxy

      public void pushInitializingProxy(PyInstance proxy)
    • popInitializingProxy

      public void popInitializingProxy()
    • enterRepr

      public boolean enterRepr(PyObject obj)
    • exitRepr

      public void exitRepr(PyObject obj)
    • getCompareStateDict

      public PyDictionary getCompareStateDict()