public class ThreadState extends Object
Modifier and Type | Field and Description |
---|---|
int |
call_depth |
int |
compareStateNesting |
PyException |
exception |
PyFrame |
frame |
TraceFunction |
profilefunc |
PyList |
reprStack |
TraceFunction |
tracefunc |
boolean |
tracing |
Constructor and Description |
---|
ThreadState(PySystemState systemState) |
Modifier and Type | Method and Description |
---|---|
boolean |
enterRepr(PyObject obj) |
void |
exitRepr(PyObject obj) |
PyDictionary |
getCompareStateDict() |
PySystemState |
getSystemState() |
void |
setSystemState(PySystemState systemState) |
public PyFrame frame
public PyException exception
public int call_depth
public boolean tracing
public PyList reprStack
public int compareStateNesting
public TraceFunction tracefunc
public TraceFunction profilefunc
public ThreadState(PySystemState systemState)
public void setSystemState(PySystemState systemState)
public PySystemState getSystemState()
public boolean enterRepr(PyObject obj)
public void exitRepr(PyObject obj)
public PyDictionary getCompareStateDict()