Home
last modified time | relevance | path

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

/third_party/python/Doc/c-api/
Ddescriptor.rst27 .. c:function:: PyObject* PyDescr_NewWrapper(PyTypeObject *type, struct wrapperbase *wrapper, void …
/third_party/python/Include/
Ddescrobject.h94 PyAPI_FUNC(PyObject *) PyDescr_NewWrapper(PyTypeObject *,
/third_party/python/Doc/data/
Drefcounts.dat485 PyDescr_NewWrapper:PyObject*::+1:
486 PyDescr_NewWrapper:PyTypeObject*:type:+1:
487 PyDescr_NewWrapper:struct wrapperbase*:base::
488 PyDescr_NewWrapper:void*:wrapped::
/third_party/python/Objects/
Ddescrobject.c983 PyDescr_NewWrapper(PyTypeObject *type, struct wrapperbase *base, void *wrapped) in PyDescr_NewWrapper() function
Dtypeobject.c8630 descr = PyDescr_NewWrapper(type, p, *ptr); in add_operators()