org.python.core
Class ThreadState
java.lang.Object
org.python.core.ThreadState
public class ThreadState
extends java.lang.Object
compareStateNesting
public int compareStateNesting
recursion_depth
public int recursion_depth
reprStack
public PyList reprStack
thread
public Thread thread
tracing
public boolean tracing
ThreadState
public ThreadState(Thread t,
PySystemState systemState)
enterRepr
public boolean enterRepr(PyObject obj)
exitRepr
public void exitRepr(PyObject obj)
getCompareStateDict
public PyDictionary getCompareStateDict()
getInitializingProxy
public PyInstance getInitializingProxy()
popInitializingProxy
public void popInitializingProxy()
pushInitializingProxy
public void pushInitializingProxy(PyInstance proxy)
Jython homepage