HomeSort by relevance Sort by last modified time
    Searched refs:PyWrapperFlag_KEYWORDS (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
descrobject.h 36 #define PyWrapperFlag_KEYWORDS 1 /* wrapper function takes keyword args */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
descrobject.h 36 #define PyWrapperFlag_KEYWORDS 1 /* wrapper function takes keyword args */
  /external/python/cpython2/Include/
descrobject.h 36 #define PyWrapperFlag_KEYWORDS 1 /* wrapper function takes keyword args */
  /external/python/cpython3/Include/
descrobject.h 37 #define PyWrapperFlag_KEYWORDS 1 /* wrapper function takes keyword args */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
descrobject.c     [all...]
typeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
descrobject.c     [all...]
typeobject.c     [all...]
  /external/python/cpython2/Objects/
descrobject.c     [all...]
typeobject.c     [all...]
  /external/python/cpython3/Objects/
descrobject.c 346 if (descr->d_base->flags & PyWrapperFlag_KEYWORDS) {
    [all...]
typeobject.c     [all...]

Completed in 124 milliseconds