org.python.core
Class ThreadState
java.lang.Object
org.python.core.ThreadState
public class ThreadState
- extends Object
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
tracefunc
public TraceFunction tracefunc
profilefunc
public TraceFunction profilefunc
ThreadState
public ThreadState(Thread t,
PySystemState systemState)
getInitializingProxy
public PyObject getInitializingProxy()
pushInitializingProxy
public void pushInitializingProxy(PyObject proxy)
popInitializingProxy
public void popInitializingProxy()
enterRepr
public boolean enterRepr(PyObject obj)
exitRepr
public void exitRepr(PyObject obj)
getCompareStateDict
public PyDictionary getCompareStateDict()
Jython homepage