Home
last modified time | relevance | path

Searched refs:_add_methods_to_object (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dmoduleobject.c146 _add_methods_to_object(PyObject *module, PyObject *name, PyMethodDef *functions) in _add_methods_to_object() function
346 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()