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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
cobject.c 84 PyCObject_GetDesc(PyObject *self)
90 "PyCObject_GetDesc with non-C-object");
94 "PyCObject_GetDesc called with null pointer");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
cobject.c 84 PyCObject_GetDesc(PyObject *self)
90 "PyCObject_GetDesc with non-C-object");
94 "PyCObject_GetDesc called with null pointer");

Completed in 78 milliseconds