HomeSort by relevance Sort by last modified time
    Searched refs:ob_base (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Include/
object.h 83 #define PyObject_HEAD PyObject ob_base;
98 #define PyObject_VAR_HEAD PyVarObject ob_base;
113 PyObject ob_base; member in struct:__anon33156
    [all...]
  /external/python/cpython3/Objects/
structseq.c 334 if (type->ob_base.ob_base._ob_next) {

Completed in 81 milliseconds