Home | History | Annotate | Download | only in Objects

Lines Matching refs:METH_COEXIST

2199     {"__contains__",(PyCFunction)dict_contains,         METH_O | METH_COEXIST,

2201 {"__getitem__", (PyCFunction)dict_subscript, METH_O | METH_COEXIST,