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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
descrobject.c 423 static PyTypeObject PyMethodDescr_Type = {
632 descr = (PyMethodDescrObject *)descr_new(&PyMethodDescr_Type,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
descrobject.c 386 static PyTypeObject PyMethodDescr_Type = {
595 descr = (PyMethodDescrObject *)descr_new(&PyMethodDescr_Type,
    [all...]
  /external/python/cpython2/Objects/
descrobject.c 423 static PyTypeObject PyMethodDescr_Type = {
632 descr = (PyMethodDescrObject *)descr_new(&PyMethodDescr_Type,
    [all...]
  /external/python/cpython3/Objects/
descrobject.c 262 assert(Py_TYPE(descrobj) == &PyMethodDescr_Type);
533 PyTypeObject PyMethodDescr_Type = {
745 descr = (PyMethodDescrObject *)descr_new(&PyMethodDescr_Type,
    [all...]

Completed in 449 milliseconds