Home
last modified time | relevance | path

Searched refs:Py_ISXDIGIT (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dpyctype.h25 #define Py_ISXDIGIT(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_XDIGIT) macro
/third_party/python/Objects/
Dbytesobject.c1177 if (s < end && Py_ISXDIGIT(s[0])) in _PyBytes_DecodeEscape()
/third_party/python/Doc/whatsnew/
D2.7.rst2186 :c:macro:`Py_ISXDIGIT`,