Searched refs:initial_methods (Results 1 – 2 of 2) sorted by relevance
52 PyMethodDef initial_methods[] = { { 0, 0, 0, 0 } }; variable58 Py_InitModule(const_cast<char*>(name), initial_methods), in init_module()
38 static PyMethodDef initial_methods[] = { { 0, 0, 0, 0 } }; \45 initial_methods, \