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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
intobject.c 110 PyObject_INIT(v, &PyInt_Type);
1071 if (type != &PyInt_Type)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
intobject.c 110 PyObject_INIT(v, &PyInt_Type);
1051 if (type != &PyInt_Type)
1101 assert(PyType_IsSubtype(type, &PyInt_Type));
1102 tmp = int_new(&PyInt_Type, args, kwds);
    [all...]
  /external/python/cpython2/Objects/
intobject.c 110 (void)PyObject_INIT(v, &PyInt_Type);
1064 if (type != &PyInt_Type)
1120 assert(PyType_IsSubtype(type, &PyInt_Type));
1121 tmp = int_new(&PyInt_Type, args, kwds);
    [all...]

Completed in 118 milliseconds