org.python.core
public class ThreadState extends Object
Field Summary | |
---|---|
int | compareStateNesting |
PyException | exception |
PyFrame | frame |
int | recursion_depth |
PyList | reprStack |
PySystemState | systemState |
Thread | thread |
boolean | tracing |
Constructor Summary | |
---|---|
ThreadState(Thread t, PySystemState systemState) |
Method Summary | |
---|---|
boolean | enterRepr(PyObject obj) |
void | exitRepr(PyObject obj) |
PyDictionary | getCompareStateDict() |
PyInstance | getInitializingProxy() |
void | popInitializingProxy() |
void | pushInitializingProxy(PyInstance proxy) |