Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobject.h250 unaryfunc nb_hex; member
/external/python/cpython2/Python/
Dbltinmodule.c1212 nb->nb_hex == NULL) { in builtin_hex()
1217 res = (*nb->nb_hex)(v); in builtin_hex()
/external/python/cpython2/Objects/
Dtypeobject.c3916 COPYNUM(nb_hex);
6081 UNSLOT("__hex__", nb_hex, slot_nb_hex, wrap_unaryfunc,
Dstringobject.c4033 result = Py_TYPE(val)->tp_as_number->nb_hex(val); in _PyString_FormatLong()
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst1191 unaryfunc nb_hex;