Searched refs:nb_inplace_or (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Objects/ |
D | typeslots.inc | 20 {offsetof(PyNumberMethods, nb_inplace_or), offsetof(PyTypeObject, tp_as_number)},
|
D | odictobject.c | 900 .nb_inplace_or = odict_inplace_or,
|
D | descrobject.c | 1051 .nb_inplace_or = mappingproxy_ior,
|
D | abstract.c | 1239 INPLACE_BINOP(PyNumber_InPlaceOr, nb_inplace_or, nb_or, "|=")
|
D | typeobject.c | 5812 COPYNUM(nb_inplace_or); in inherit_slots() 8030 IBSLOT("__ior__", nb_inplace_or, slot_nb_inplace_or,
|
D | dictobject.c | 3450 .nb_inplace_or = dict_ior,
|
/third_party/python/Include/cpython/ |
D | object.h | 138 binaryfunc nb_inplace_or; member
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 267 …| :c:member:`~PyNumberMethods.nb_inplace_or` | :c:type:`binaryfunc` | __… 2124 binaryfunc nb_inplace_or; 2180 .. c:member:: binaryfunc PyNumberMethods.nb_inplace_or
|