org.python.core
Class ThreadState
java.lang.Object
org.python.core.ThreadState
- public class ThreadState
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
systemState
public PySystemState systemState
frame
public PyFrame frame
exception
public PyException exception
thread
public java.lang.Thread thread
tracing
public boolean tracing
reprStack
public PyList reprStack
compareStateNesting
public int compareStateNesting
recursion_depth
public int recursion_depth
ThreadState
public ThreadState(java.lang.Thread t,
PySystemState systemState)
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()
Jython homepage