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