Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Ddescrobject.h25 struct wrapperbase { struct
66 struct wrapperbase *d_base;
82 struct wrapperbase *, void *);
/external/python/cpython3/Include/
Ddescrobject.h26 struct wrapperbase { struct
71 struct wrapperbase *d_base;
95 struct wrapperbase *, void *);
/external/python/cpython3/Doc/c-api/
Ddescriptor.rst27 .. c:function:: PyObject* PyDescr_NewWrapper(PyTypeObject *type, struct wrapperbase *wrapper, void …
/external/python/cpython2/Doc/c-api/
Ddescriptor.rst34 .. c:function:: PyObject* PyDescr_NewWrapper(PyTypeObject *type, struct wrapperbase *wrapper, void …
/external/python/cpython2/Objects/
Ddescrobject.c676 PyDescr_NewWrapper(PyTypeObject *type, struct wrapperbase *base, void *wrapped) in PyDescr_NewWrapper()
Dtypeobject.c5990 typedef struct wrapperbase slotdef;
/external/python/cpython3/Objects/
Ddescrobject.c985 PyDescr_NewWrapper(PyTypeObject *type, struct wrapperbase *base, void *wrapped) in PyDescr_NewWrapper()
Dtypeobject.c7073 typedef struct wrapperbase slotdef;
/external/python/cpython2/Doc/data/
Drefcounts.dat198 PyDescr_NewWrapper:struct wrapperbase*:base::
/external/python/cpython3/Doc/data/
Drefcounts.dat487 PyDescr_NewWrapper:struct wrapperbase*:base::
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1679 and :c:type:`wrapperbase` are now of type ``const char *`` rather of
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst6401 PyStructSequence_Field, PyStructSequence_Desc, and wrapperbase are now of