Searched refs:nb_oct (Results 1 – 6 of 6) sorted by relevance
249 unaryfunc nb_oct; member
1481 nb->nb_oct == NULL) { in builtin_oct()1486 res = (*nb->nb_oct)(v); in builtin_oct()
3978 COPYNUM(nb_oct);6142 UNSLOT("__oct__", nb_oct, slot_nb_oct, wrap_unaryfunc,
4025 result = Py_TYPE(val)->tp_as_number->nb_oct(val); in _PyString_FormatLong()
1175 unaryfunc nb_oct;
16667 - Three of PyNumberMethods' members, nb_coerce, nb_hex, and nb_oct, have been