Searched refs:_add_methods_to_object (Results 1 – 1 of 1) sorted by relevance
146 _add_methods_to_object(PyObject *module, PyObject *name, PyMethodDef *functions) in _add_methods_to_object() function346 ret = _add_methods_to_object(m, nameobj, def->m_methods); in PyModule_FromDefAndSpec2()452 res = _add_methods_to_object(m, name, functions); in PyModule_AddFunctions()