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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
descrobject.c 572 PyTypeObject PyWrapperDescr_Type = {
680 descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
descrobject.c 535 PyTypeObject PyWrapperDescr_Type = {
643 descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type,
    [all...]
  /external/python/cpython2/Objects/
descrobject.c 572 PyTypeObject PyWrapperDescr_Type = {
680 descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type,
    [all...]
  /external/python/cpython3/Objects/
descrobject.c 628 PyTypeObject PyWrapperDescr_Type = {
739 descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type,
    [all...]

Completed in 594 milliseconds