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