PyNumberMethods

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct PyNumberMethods {}

Members

Variables

nb_absolute
_object* function(_object*) nb_absolute;
Undocumented in source.
nb_add
_object* function(_object*, _object*) nb_add;
Undocumented in source.
nb_and
_object* function(_object*, _object*) nb_and;
Undocumented in source.
nb_bool
int function(_object*) nb_bool;
Undocumented in source.
nb_divmod
_object* function(_object*, _object*) nb_divmod;
Undocumented in source.
nb_float
_object* function(_object*) nb_float;
Undocumented in source.
nb_floor_divide
_object* function(_object*, _object*) nb_floor_divide;
Undocumented in source.
nb_index
_object* function(_object*) nb_index;
Undocumented in source.
nb_inplace_add
_object* function(_object*, _object*) nb_inplace_add;
Undocumented in source.
nb_inplace_and
_object* function(_object*, _object*) nb_inplace_and;
Undocumented in source.
nb_inplace_floor_divide
_object* function(_object*, _object*) nb_inplace_floor_divide;
Undocumented in source.
nb_inplace_lshift
_object* function(_object*, _object*) nb_inplace_lshift;
Undocumented in source.
nb_inplace_matrix_multiply
_object* function(_object*, _object*) nb_inplace_matrix_multiply;
Undocumented in source.
nb_inplace_multiply
_object* function(_object*, _object*) nb_inplace_multiply;
Undocumented in source.
nb_inplace_or
_object* function(_object*, _object*) nb_inplace_or;
Undocumented in source.
nb_inplace_power
_object* function(_object*, _object*, _object*) nb_inplace_power;
Undocumented in source.
nb_inplace_remainder
_object* function(_object*, _object*) nb_inplace_remainder;
Undocumented in source.
nb_inplace_rshift
_object* function(_object*, _object*) nb_inplace_rshift;
Undocumented in source.
nb_inplace_subtract
_object* function(_object*, _object*) nb_inplace_subtract;
Undocumented in source.
nb_inplace_true_divide
_object* function(_object*, _object*) nb_inplace_true_divide;
Undocumented in source.
nb_inplace_xor
_object* function(_object*, _object*) nb_inplace_xor;
Undocumented in source.
nb_int
_object* function(_object*) nb_int;
Undocumented in source.
nb_invert
_object* function(_object*) nb_invert;
Undocumented in source.
nb_lshift
_object* function(_object*, _object*) nb_lshift;
Undocumented in source.
nb_matrix_multiply
_object* function(_object*, _object*) nb_matrix_multiply;
Undocumented in source.
nb_multiply
_object* function(_object*, _object*) nb_multiply;
Undocumented in source.
nb_negative
_object* function(_object*) nb_negative;
Undocumented in source.
nb_or
_object* function(_object*, _object*) nb_or;
Undocumented in source.
nb_positive
_object* function(_object*) nb_positive;
Undocumented in source.
nb_power
_object* function(_object*, _object*, _object*) nb_power;
Undocumented in source.
nb_remainder
_object* function(_object*, _object*) nb_remainder;
Undocumented in source.
nb_reserved
void* nb_reserved;
Undocumented in source.
nb_rshift
_object* function(_object*, _object*) nb_rshift;
Undocumented in source.
nb_subtract
_object* function(_object*, _object*) nb_subtract;
Undocumented in source.
nb_true_divide
_object* function(_object*, _object*) nb_true_divide;
Undocumented in source.
nb_xor
_object* function(_object*, _object*) nb_xor;
Undocumented in source.

Meta