Home
last modified time | relevance | path

Searched refs:nb_hex (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dobject.h250 unaryfunc nb_hex; member
/external/python/cpython2/Python/
Dbltinmodule.c1213 nb->nb_hex == NULL) { in builtin_hex()
1218 res = (*nb->nb_hex)(v); in builtin_hex()
/external/python/cpython2/Objects/
Dtypeobject.c3979 COPYNUM(nb_hex);
6144 UNSLOT("__hex__", nb_hex, slot_nb_hex, wrap_unaryfunc,
Dstringobject.c4030 result = Py_TYPE(val)->tp_as_number->nb_hex(val); in _PyString_FormatLong()
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst1176 unaryfunc nb_hex;
/external/python/cpython3/Misc/
DHISTORY16667 - Three of PyNumberMethods' members, nb_coerce, nb_hex, and nb_oct, have been