Home | History | Annotate | Download | only in Objects

Lines Matching refs:as_number

2365     type->tp_as_number = &et->as_number;
5954 ETSLOT(NAME, as_number.SLOT, FUNCTION, WRAPPER, DOC)
5956 ETSLOT(NAME, as_number.SLOT, FUNCTION, WRAPPER, \
5959 ETSLOT(NAME, as_number.SLOT, FUNCTION, WRAPPER, \
5962 ETSLOT(NAME, as_number.SLOT, FUNCTION, wrap_binaryfunc_l, \
5965 ETSLOT(NAME, as_number.SLOT, FUNCTION, wrap_binaryfunc_r, \
5968 ETSLOT(NAME, as_number.SLOT, FUNCTION, wrap_binaryfunc_l, \
5971 ETSLOT(NAME, as_number.SLOT, FUNCTION, wrap_binaryfunc_r, \
6189 else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_number)) {
6191 offset -= offsetof(PyHeapTypeObject, as_number);