Searched refs:nb_hex (Results 1 – 5 of 5) sorted by relevance
250 unaryfunc nb_hex; member
1212 nb->nb_hex == NULL) { in builtin_hex()1217 res = (*nb->nb_hex)(v); in builtin_hex()
3916 COPYNUM(nb_hex);6081 UNSLOT("__hex__", nb_hex, slot_nb_hex, wrap_unaryfunc,
4033 result = Py_TYPE(val)->tp_as_number->nb_hex(val); in _PyString_FormatLong()
1191 unaryfunc nb_hex;