Home
last modified time | relevance | path

Searched refs:ob_base (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Objects/
Dstructseq.c342 if (type->ob_base.ob_base._ob_next) { in PyStructSequence_InitType2()
/external/python/cpython3/Include/
Dobject.h83 #define PyObject_HEAD PyObject ob_base;
98 #define PyObject_VAR_HEAD PyVarObject ob_base;
113 PyObject ob_base; member
/external/python/cpython3/Doc/c-api/
Dstructures.rst45 PyObject ob_base;
56 PyVarObject ob_base;
/external/python/cpython3/Doc/extending/
Dnewtypes_tutorial.rst68 at the start of each object struct and defines a field called ``ob_base``
112 This line is mandatory boilerplate to initialize the ``ob_base``