Home
last modified time | relevance | path

Searched refs:METH_COEXIST (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dmethodobject.h71 #define METH_COEXIST 0x0040 macro
/external/python/cpython2/Objects/
Dmethodobject.c78 switch (PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)) { in PyCFunction_Call()
Dsetobject.c2035 {"__contains__",(PyCFunction)set_direct_contains, METH_O | METH_COEXIST,
2169 {"__contains__",(PyCFunction)set_direct_contains, METH_O | METH_COEXIST,
Ddictobject.c2263 {"__contains__",(PyCFunction)dict_contains, METH_O | METH_COEXIST,
2265 {"__getitem__", (PyCFunction)dict_subscript, METH_O | METH_COEXIST,
Dlistobject.c2514 {"__getitem__", (PyCFunction)list_subscript, METH_O|METH_COEXIST, getitem_doc},
Dtypeobject.c3672 !(meth->ml_flags & METH_COEXIST))
/external/python/cpython2/Doc/c-api/
Dstructures.rst243 .. data:: METH_COEXIST
246 *METH_COEXIST*, the default is to skip repeated definitions. Since slot
/external/python/cpython2/Misc/
DHISTORY3613 - Created a new method flag, METH_COEXIST, which causes a method to be loaded