Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/c-api/
Dmethod.rst12 ``PyMethod_New(func, NULL, class)``.
71 .. c:function:: PyObject* PyMethod_New(PyObject *func, PyObject *self)
/external/python/cpython3/Include/cpython/
Dclassobject.h24 PyAPI_FUNC(PyObject *) PyMethod_New(PyObject *, PyObject *);
/external/python/cpython3/Objects/
Dclassobject.c108 PyMethod_New(PyObject *func, PyObject *self) in PyMethod_New() function
234 return PyMethod_New(function, instance); in method_new_impl()
459 return PyMethod_New(func, obj); in instancemethod_descr_get()
Dfuncobject.c1043 return PyMethod_New(func, obj); in func_descr_get()
1188 return PyMethod_New(cm->cm_callable, type); in cm_descr_get()
/external/python/cpython3/Modules/_testcapi/
Dvectorcall.c301 return PyMethod_New(func, obj); in func_descr_get()
/external/python/cpython3/Doc/data/
Drefcounts.dat1383 PyMethod_New:PyObject*::+1:
1384 PyMethod_New:PyObject*:func:0:
1385 PyMethod_New:PyObject*:self:0:
1386 PyMethod_New:PyObject*:class:0:
Dpython3.13.abi466 …<elf-symbol name='PyMethod_New' type='func-type' binding='global-binding' visibility='default-visi…
5809PyMethod_New' mangled-name='PyMethod_New' filepath='Objects/classobject.c' line='108' column='1' v…
/external/tensorflow/tensorflow/compiler/xla/python/
Dpmap_lib.cc644 return PyMethod_New(self, obj); in JaxPmapFunction_tp_descr_get()
Djax_jit.cc1118 return PyMethod_New(self, obj); in JaxCompiledFunction_tp_descr_get()
/external/python/cpython3/Modules/
D_functoolsmodule.c1345 return PyMethod_New(self, obj); in lru_cache_descr_get()
/external/python/cpython3/Misc/
DHISTORY17123 __func__ and __self__. The factory PyMethod_New takes only func and