Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dmoduleobject.c158 _add_methods_to_object(PyObject *module, PyObject *name, PyMethodDef *functions) in _add_methods_to_object() function
361 ret = _add_methods_to_object(m, nameobj, def->m_methods); in PyModule_FromDefAndSpec2()
457 res = _add_methods_to_object(m, name, functions); in PyModule_AddFunctions()