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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 474 f = (PyFileObject *)PyFile_Type.tp_new(&PyFile_Type, NULL, NULL);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 471 PyFileObject *f = (PyFileObject *)PyFile_Type.tp_new(&PyFile_Type,
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 474 f = (PyFileObject *)PyFile_Type.tp_new(&PyFile_Type, NULL, NULL);
    [all...]

Completed in 292 milliseconds