Searched refs:thread_methods (Results 1 – 1 of 1) sorted by relevance
847 static PyMethodDef thread_methods[] = { variable905 m = Py_InitModule3("thread", thread_methods, thread_doc); in initthread()