Home | History | Annotate | Download | only in Objects

Lines Matching refs:as_number

2342     type->tp_as_number = &et->as_number;

5857 ETSLOT(NAME, as_number.SLOT, FUNCTION, WRAPPER, DOC)
5859 ETSLOT(NAME, as_number.SLOT, FUNCTION, WRAPPER, \
5862 ETSLOT(NAME, as_number.SLOT, FUNCTION, WRAPPER, \
5865 ETSLOT(NAME, as_number.SLOT, FUNCTION, wrap_binaryfunc_l, \
5868 ETSLOT(NAME, as_number.SLOT, FUNCTION, wrap_binaryfunc_r, \
5871 ETSLOT(NAME, as_number.SLOT, FUNCTION, wrap_binaryfunc_l, \
5874 ETSLOT(NAME, as_number.SLOT, FUNCTION, wrap_binaryfunc_r, \
6092 else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_number)) {
6094 offset -= offsetof(PyHeapTypeObject, as_number);