|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.python.modules.thread
| Field Summary | |
static PyString |
__doc__
|
static PyObject |
error
|
| Constructor Summary | |
thread()
|
|
| Method Summary | |
static PyLock |
allocate_lock()
|
static void |
classDictInit(PyObject dict)
|
static void |
exit_thread()
|
static void |
exit()
|
static int |
get_ident()
|
static void |
start_new_thread(PyObject func,
PyTuple args)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static PyString __doc__
public static PyObject error
| Constructor Detail |
public thread()
| Method Detail |
public static void classDictInit(PyObject dict)
public static void start_new_thread(PyObject func,
PyTuple args)
public static PyLock allocate_lock()
public static void exit()
public static void exit_thread()
public static int get_ident()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||