Searched refs:wrapperbase (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Include/ |
D | descrobject.h | 25 struct wrapperbase { struct 66 struct wrapperbase *d_base; 82 struct wrapperbase *, void *);
|
/external/python/cpython3/Include/ |
D | descrobject.h | 26 struct wrapperbase { struct 71 struct wrapperbase *d_base; 95 struct wrapperbase *, void *);
|
/external/python/cpython3/Doc/c-api/ |
D | descriptor.rst | 27 .. c:function:: PyObject* PyDescr_NewWrapper(PyTypeObject *type, struct wrapperbase *wrapper, void …
|
/external/python/cpython2/Doc/c-api/ |
D | descriptor.rst | 34 .. c:function:: PyObject* PyDescr_NewWrapper(PyTypeObject *type, struct wrapperbase *wrapper, void …
|
/external/python/cpython2/Objects/ |
D | descrobject.c | 676 PyDescr_NewWrapper(PyTypeObject *type, struct wrapperbase *base, void *wrapped) in PyDescr_NewWrapper()
|
D | typeobject.c | 5990 typedef struct wrapperbase slotdef;
|
/external/python/cpython3/Objects/ |
D | descrobject.c | 985 PyDescr_NewWrapper(PyTypeObject *type, struct wrapperbase *base, void *wrapped) in PyDescr_NewWrapper()
|
D | typeobject.c | 7073 typedef struct wrapperbase slotdef;
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 198 PyDescr_NewWrapper:struct wrapperbase*:base::
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 487 PyDescr_NewWrapper:struct wrapperbase*:base::
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.7.rst | 1679 and :c:type:`wrapperbase` are now of type ``const char *`` rather of
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a1.rst | 6401 PyStructSequence_Field, PyStructSequence_Desc, and wrapperbase are now of
|