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 |
---|---|
void |
enterRecursiveCall(String where) |
boolean |
enterRepr(PyObject obj) |
void |
exitRepr(PyObject obj) |
PyDictionary |
getCompareStateDict() |
void |
leaveRecursiveCall() |
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 boolean enterRepr(PyObject obj)
public void exitRepr(PyObject obj)
public PyDictionary getCompareStateDict()
public void enterRecursiveCall(String where)
public void leaveRecursiveCall()