|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.python.core.ThreadState
| Field Summary | |
int |
compareStateNesting
|
PyException |
exception
|
PyFrame |
frame
|
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)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public PySystemState systemState
public PyFrame frame
public PyException exception
public Thread thread
public boolean tracing
public PyList reprStack
public int compareStateNesting
| Constructor Detail |
public ThreadState(Thread t,
PySystemState systemState)
| Method Detail |
public PyInstance getInitializingProxy()
public void pushInitializingProxy(PyInstance proxy)
public void popInitializingProxy()
public boolean enterRepr(PyObject obj)
public void exitRepr(PyObject obj)
public PyDictionary getCompareStateDict()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||