Trees | Indices | Help |
|
---|
|
The threaded interpreter.
|
|||
func |
|
||
bool |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
a new object with type S, a subtype of T |
|
|
|||
_instance = Interpreter()
|
|
|||
Inherited from |
|
Replacement method for implementing the singleton design pattern.
|
Return the user function object corresponding to the given string.
|
Apply a user function for synchronous execution.
|
Determine if the interpreter thread queue is empty. This is a wrapper method for the thread method. |
Cause the thread to exit once all currently queued user functions are processed. This is a wrapper method for the thread method. |
Return only once the queue is empty. This is a wrapper method for the interpreter thread. |
Queue up a user function. This is a wrapper method for the interpreter thread.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 10 13:31:03 2013 | http://epydoc.sourceforge.net |