HomeSort by relevance Sort by last modified time
    Searched defs:PyInstance_Type (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c 536 inst = PyObject_GC_New(PyInstanceObject, &PyInstance_Type);
642 assert(inst->ob_type == &PyInstance_Type);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c 526 inst = PyObject_GC_New(PyInstanceObject, &PyInstance_Type);
632 assert(inst->ob_type == &PyInstance_Type);
    [all...]
  /external/python/cpython2/Objects/
classobject.c 536 inst = PyObject_GC_New(PyInstanceObject, &PyInstance_Type);
642 assert(inst->ob_type == &PyInstance_Type);
    [all...]

Completed in 197 milliseconds