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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c     [all...]
  /external/python/cpython3/Objects/
object.c 938 if (tp->tp_getattro == PyObject_GenericGetAttr) {
1135 if (Py_TYPE(obj)->tp_getattro != PyObject_GenericGetAttr
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c     [all...]
  /external/python/cpython2/Objects/
object.c     [all...]

Completed in 106 milliseconds