Home
last modified time | relevance | path

Searched defs:PyString_CHECK_INTERNED (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dstringobject.h88 #define PyString_CHECK_INTERNED(op) (((PyStringObject *)(op))->ob_sstate) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dstringobject.h88 #define PyString_CHECK_INTERNED(op) (((PyStringObject *)(op))->ob_sstate) macro