Home
last modified time | relevance | path

Searched refs:METH_CLASS (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Include/
Dmethodobject.h63 #define METH_CLASS 0x0010 macro
/external/python/cpython2/Modules/
Dxxsubtype.c74 METH_VARARGS | METH_KEYWORDS | METH_CLASS,
Ddatetimemodule.c2714 METH_CLASS,
2719 METH_CLASS,
2723 {"today", (PyCFunction)date_today, METH_NOARGS | METH_CLASS,
4602 METH_VARARGS | METH_KEYWORDS | METH_CLASS,
4606 METH_NOARGS | METH_CLASS,
4610 METH_VARARGS | METH_KEYWORDS | METH_CLASS,
4614 METH_VARARGS | METH_CLASS,
4619 METH_VARARGS | METH_CLASS,
4624 METH_VARARGS | METH_KEYWORDS | METH_CLASS,
Dselectmodule.c1069 METH_VARARGS | METH_CLASS, pyepoll_fromfd_doc},
1688 METH_VARARGS | METH_CLASS, kqueue_queue_fromfd_doc},
Ditertoolsmodule.c1754 {"from_iterable", (PyCFunction) chain_new_from_iterable, METH_O | METH_CLASS,
/external/python/cpython2/Objects/
Dmethodobject.c78 switch (PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)) { in PyCFunction_Call()
Dfloatobject.c2036 METH_O|METH_CLASS, float_fromhex_doc},
2051 METH_O|METH_CLASS, float_getformat_doc},
2053 METH_VARARGS|METH_CLASS, float_setformat_doc},
Dbytearrayobject.c2838 {"fromhex", (PyCFunction)bytearray_fromhex, METH_VARARGS|METH_CLASS,
Ddictobject.c2293 {"fromkeys", (PyCFunction)dict_fromkeys, METH_VARARGS | METH_CLASS,
Dtypeobject.c3608 {"__subclasshook__", object_subclasshook, METH_CLASS | METH_VARARGS,
3674 if (meth->ml_flags & METH_CLASS) {
/external/python/cpython2/Modules/_multiprocessing/
Dsemaphore.c576 {"_rebuild", (PyCFunction)semlock_rebuild, METH_VARARGS | METH_CLASS,
/external/python/cpython2/Python/
Dmodsupport.c73 if ((ml->ml_flags & METH_CLASS) || in Py_InitModule4()
/external/python/cpython2/Doc/c-api/
Dstructures.rst217 .. data:: METH_CLASS
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2596 { "FromString", (PyCFunction)FromString, METH_O | METH_CLASS, in CheckAndGetInteger()
2612 { "RegisterExtension", (PyCFunction)RegisterExtension, METH_O | METH_CLASS, in CheckAndGetInteger()
/external/python/cpython2/Doc/whatsnew/
D2.3.rst1921 setting either the :const:`METH_CLASS` or :const:`METH_STATIC` flags in a