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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 131 0, /*tp_base*/
249 0, /* see initxx */ /*tp_base*/
304 0, /* see initxx */ /*tp_base*/
347 Null_Type.tp_base = &PyBaseObject_Type;
349 Str_Type.tp_base = &PyUnicode_Type;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 131 0, /*tp_base*/
249 0, /* see initxx */ /*tp_base*/
304 0, /* see initxx */ /*tp_base*/
347 Null_Type.tp_base = &PyBaseObject_Type;
349 Str_Type.tp_base = &PyUnicode_Type;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 383 struct _typeobject *tp_base; member in struct:_typeobject
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 383 struct _typeobject *tp_base; member in struct:_typeobject
    [all...]

Completed in 68 milliseconds