public class ThreadState extends Object
Modifier and Type | Field and Description |
---|---|
int |
compareStateNesting |
PyException |
exception |
PyFrame |
frame |
TraceFunction |
profilefunc |
int |
recursion_depth |
PyList |
reprStack |
PySystemState |
systemState |
Thread |
thread |
TraceFunction |
tracefunc |
boolean |
tracing |
Constructor and Description |
---|
ThreadState(Thread t,
PySystemState systemState) |
Modifier and Type | Method and Description |
---|---|
boolean |
enterRepr(PyObject obj) |
void |
exitRepr(PyObject obj) |
PyDictionary |
getCompareStateDict() |
PyObject |
getInitializingProxy() |
void |
popInitializingProxy() |
void |
pushInitializingProxy(PyObject proxy) |
public PySystemState systemState
public PyFrame frame
public PyException exception
public Thread thread
public boolean tracing
public PyList reprStack
public int compareStateNesting
public int recursion_depth
public TraceFunction tracefunc
public TraceFunction profilefunc
public ThreadState(Thread t, PySystemState systemState)
public PyObject getInitializingProxy()
public void pushInitializingProxy(PyObject proxy)
public void popInitializingProxy()
public boolean enterRepr(PyObject obj)
public void exitRepr(PyObject obj)
public PyDictionary getCompareStateDict()