Searched refs:default_methods (Results 1 – 1 of 1) sorted by relevance
235 static struct PyMethodDef default_methods[] = { variable255 type.tp_methods = function_methods ? function_methods : default_methods; in _initFunctionPyTypeObject()