org.python.core

Class ThreadState

public class ThreadState extends Object

Field Summary
intcompareStateNesting
PyExceptionexception
PyFrameframe
intrecursion_depth
PyListreprStack
PySystemStatesystemState
Threadthread
booleantracing
Constructor Summary
ThreadState(Thread t, PySystemState systemState)
Method Summary
booleanenterRepr(PyObject obj)
voidexitRepr(PyObject obj)
PyDictionarygetCompareStateDict()
PyInstancegetInitializingProxy()
voidpopInitializingProxy()
voidpushInitializingProxy(PyInstance proxy)

Field Detail

compareStateNesting

public int compareStateNesting

exception

public PyException exception

frame

public PyFrame frame

recursion_depth

public int recursion_depth

reprStack

public PyList reprStack

systemState

public PySystemState systemState

thread

public Thread thread

tracing

public boolean tracing

Constructor Detail

ThreadState

public ThreadState(Thread t, PySystemState systemState)

Method Detail

enterRepr

public boolean enterRepr(PyObject obj)

exitRepr

public void exitRepr(PyObject obj)

getCompareStateDict

public PyDictionary getCompareStateDict()

getInitializingProxy

public PyInstance getInitializingProxy()

popInitializingProxy

public void popInitializingProxy()

pushInitializingProxy

public void pushInitializingProxy(PyInstance proxy)