Home
last modified time | relevance | path

Searched refs:PyDescr_NewClassMethod (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/
H A Ddescrobject.h28 PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
/third_party/python/PC/
H A Dpython3dll.c166 EXPORT_FUNC(PyDescr_NewClassMethod)
/third_party/python/Objects/
H A Ddescrobject.c967 PyDescr_NewClassMethod(PyTypeObject *type, PyMethodDef *method) in PyDescr_NewClassMethod() function
H A Dtypeobject.c5663 descr = PyDescr_NewClassMethod(type, meth); in type_add_method()
/third_party/python/Modules/_ctypes/
H A D_ctypes.c2172 meth = PyDescr_NewClassMethod(result, ml); in PyCSimpleType_new()

Completed in 20 milliseconds