Searched refs:METH_COEXIST (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Include/ |
H A D | methodobject.h | 93 /* 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 D | dictobject.c.h | 46 {"__contains__", (PyCFunction)dict___contains__, METH_O|METH_COEXIST, dict___contains____doc__},
|
/third_party/python/Objects/ |
H A D | setobject.c | 2045 {"__contains__",(PyCFunction)set_direct_contains, METH_O | METH_COEXIST, 2177 {"__contains__",(PyCFunction)set_direct_contains, METH_O | METH_COEXIST,
|
H A D | listobject.c | 2844 {"__getitem__", (PyCFunction)list_subscript, METH_O|METH_COEXIST, "x.__getitem__(y) <==> x[y]"},
|
H A D | dictobject.c | 3663 {"__getitem__", _PyCFunction_CAST(dict_subscript), METH_O | METH_COEXIST,
|
H A D | typeobject.c | 5694 if (!(meth->ml_flags & METH_COEXIST)) { in type_add_method()
|
Completed in 25 milliseconds