Home
last modified time | relevance | path

Searched refs:METH_COEXIST (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/
H A Dmethodobject.h93 /* METH_COEXIST allows a method to be entered even though a slot has
98 #define METH_COEXIST 0x0040 macro
/third_party/python/Objects/clinic/
H A Ddictobject.c.h46 {"__contains__", (PyCFunction)dict___contains__, METH_O|METH_COEXIST, dict___contains____doc__},
/third_party/python/Objects/
H A Dsetobject.c2045 {"__contains__",(PyCFunction)set_direct_contains, METH_O | METH_COEXIST,
2177 {"__contains__",(PyCFunction)set_direct_contains, METH_O | METH_COEXIST,
H A Dlistobject.c2844 {"__getitem__", (PyCFunction)list_subscript, METH_O|METH_COEXIST, "x.__getitem__(y) <==> x[y]"},
H A Ddictobject.c3663 {"__getitem__", _PyCFunction_CAST(dict_subscript), METH_O | METH_COEXIST,
H A Dtypeobject.c5694 if (!(meth->ml_flags & METH_COEXIST)) { in type_add_method()

Completed in 25 milliseconds