Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobject.h82 #define PyObject_HEAD PyObject ob_base;
97 #define PyObject_VAR_HEAD PyVarObject ob_base;
116 PyObject ob_base; member
/third_party/python/Objects/
Dstructseq.c474 if (type->ob_base.ob_base._ob_next) { in _PyStructSequence_InitType()
/third_party/python/Doc/c-api/
Dstructures.rst49 PyObject ob_base;
60 PyVarObject ob_base;
/third_party/python/Doc/extending/
Dnewtypes_tutorial.rst68 at the start of each object struct and defines a field called ``ob_base``
114 This line is mandatory boilerplate to initialize the ``ob_base``