Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobject.h249 unaryfunc nb_oct; member
/external/python/cpython2/Python/
Dbltinmodule.c1481 nb->nb_oct == NULL) { in builtin_oct()
1486 res = (*nb->nb_oct)(v); in builtin_oct()
/external/python/cpython2/Objects/
Dtypeobject.c3978 COPYNUM(nb_oct);
6142 UNSLOT("__oct__", nb_oct, slot_nb_oct, wrap_unaryfunc,
Dstringobject.c4025 result = Py_TYPE(val)->tp_as_number->nb_oct(val); in _PyString_FormatLong()
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst1175 unaryfunc nb_oct;
/external/python/cpython3/Misc/
DHISTORY16667 - Three of PyNumberMethods' members, nb_coerce, nb_hex, and nb_oct, have been