Searched refs:nb_hex (Results 1 – 6 of 6) sorted by relevance
250 unaryfunc nb_hex; member
1213 nb->nb_hex == NULL) { in builtin_hex()1218 res = (*nb->nb_hex)(v); in builtin_hex()
3979 COPYNUM(nb_hex);6144 UNSLOT("__hex__", nb_hex, slot_nb_hex, wrap_unaryfunc,
4030 result = Py_TYPE(val)->tp_as_number->nb_hex(val); in _PyString_FormatLong()
1176 unaryfunc nb_hex;
16667 - Three of PyNumberMethods' members, nb_coerce, nb_hex, and nb_oct, have been