Home
last modified time | relevance | path

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

/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dstringobject.h88 #define PyString_CHECK_INTERNED(op) (((PyStringObject *)(op))->ob_sstate) macro
/dports/lang/python27/Python-2.7.18/Include/
H A Dstringobject.h88 #define PyString_CHECK_INTERNED(op) (((PyStringObject *)(op))->ob_sstate) macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dstringobject.h88 #define PyString_CHECK_INTERNED(op) (((PyStringObject *)(op))->ob_sstate) macro