/external/python/cpython3/Objects/clinic/ |
D | floatobject.c.h | 125 {"fromhex", (PyCFunction)float_fromhex, METH_O|METH_CLASS, float_fromhex__doc__}, 220 …{"__getformat__", (PyCFunction)float___getformat__, METH_O|METH_CLASS, float___getformat____doc__}, 259 …{"__set_format__", (PyCFunction)float___set_format__, METH_FASTCALL|METH_CLASS, float___set_format…
|
D | dictobject.c.h | 12 {"fromkeys", (PyCFunction)dict_fromkeys, METH_FASTCALL|METH_CLASS, dict_fromkeys__doc__},
|
D | odictobject.c.h | 12 …{"fromkeys", (PyCFunction)OrderedDict_fromkeys, METH_FASTCALL|METH_KEYWORDS|METH_CLASS, OrderedDic…
|
D | longobject.c.h | 189 …{"from_bytes", (PyCFunction)int_from_bytes, METH_FASTCALL|METH_KEYWORDS|METH_CLASS, int_from_bytes…
|
D | bytesobject.c.h | 483 {"fromhex", (PyCFunction)bytes_fromhex, METH_O|METH_CLASS, bytes_fromhex__doc__},
|
D | bytearrayobject.c.h | 632 {"fromhex", (PyCFunction)bytearray_fromhex, METH_O|METH_CLASS, bytearray_fromhex__doc__},
|
/external/python/cpython3/Modules/clinic/ |
D | _datetimemodule.c.h | 17 …{"now", (PyCFunction)datetime_datetime_now, METH_FASTCALL|METH_KEYWORDS|METH_CLASS, datetime_datet…
|
D | _asynciomodule.c.h | 294 …, (PyCFunction)_asyncio_Task_current_task, METH_FASTCALL|METH_KEYWORDS|METH_CLASS, _asyncio_Task_c… 326 …{"all_tasks", (PyCFunction)_asyncio_Task_all_tasks, METH_FASTCALL|METH_KEYWORDS|METH_CLASS, _async…
|
/external/python/cpython2/Include/ |
D | methodobject.h | 63 #define METH_CLASS 0x0010 macro
|
/external/python/cpython3/Include/ |
D | methodobject.h | 80 #define METH_CLASS 0x0010 macro
|
/external/python/cpython2/Modules/ |
D | xxsubtype.c | 74 METH_VARARGS | METH_KEYWORDS | METH_CLASS,
|
D | datetimemodule.c | 2719 METH_CLASS, 2724 METH_CLASS, 2728 {"today", (PyCFunction)date_today, METH_NOARGS | METH_CLASS, 4605 METH_VARARGS | METH_KEYWORDS | METH_CLASS, 4609 METH_NOARGS | METH_CLASS, 4613 METH_VARARGS | METH_KEYWORDS | METH_CLASS, 4617 METH_VARARGS | METH_CLASS, 4622 METH_VARARGS | METH_CLASS, 4627 METH_VARARGS | METH_KEYWORDS | METH_CLASS,
|
D | selectmodule.c | 1080 METH_VARARGS | METH_CLASS, pyepoll_fromfd_doc}, 1735 METH_VARARGS | METH_CLASS, kqueue_queue_fromfd_doc},
|
/external/python/cpython3/Modules/ |
D | xxsubtype.c | 74 METH_VARARGS | METH_KEYWORDS | METH_CLASS,
|
D | _datetimemodule.c | 3252 METH_CLASS, 3257 METH_CLASS, 3262 METH_CLASS, 3265 {"today", (PyCFunction)date_today, METH_NOARGS | METH_CLASS, 4461 {"fromisoformat", (PyCFunction)time_fromisoformat, METH_O | METH_CLASS, 6095 METH_NOARGS | METH_CLASS, 6099 METH_VARARGS | METH_KEYWORDS | METH_CLASS, 6103 METH_VARARGS | METH_CLASS, 6107 METH_VARARGS | METH_CLASS, 6112 METH_VARARGS | METH_KEYWORDS | METH_CLASS, [all …]
|
D | selectmodule.c | 1634 METH_VARARGS | METH_CLASS, pyepoll_fromfd_doc}, 2278 METH_VARARGS | METH_CLASS, kqueue_queue_fromfd_doc},
|
/external/python/cpython2/Objects/ |
D | methodobject.c | 78 switch (PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)) { in PyCFunction_Call()
|
D | floatobject.c | 2035 METH_O|METH_CLASS, float_fromhex_doc}, 2050 METH_O|METH_CLASS, float_getformat_doc}, 2052 METH_VARARGS|METH_CLASS, float_setformat_doc},
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | semaphore.c | 576 {"_rebuild", (PyCFunction)semlock_rebuild, METH_VARARGS | METH_CLASS,
|
/external/python/cpython3/Objects/ |
D | call.c | 461 int flags = method->ml_flags & ~(METH_CLASS | METH_STATIC | METH_COEXIST); in _PyMethodDef_RawFastCallDict() 607 int flags = method->ml_flags & ~(METH_CLASS | METH_STATIC | METH_COEXIST); in _PyMethodDef_RawFastCallKeywords()
|
D | moduleobject.c | 152 if ((fdef->ml_flags & METH_CLASS) || in _add_methods_to_object()
|
/external/python/cpython2/Python/ |
D | modsupport.c | 73 if ((ml->ml_flags & METH_CLASS) || in Py_InitModule4()
|
/external/python/cpython3/Modules/_multiprocessing/ |
D | semaphore.c | 603 {"_rebuild", (PyCFunction)semlock_rebuild, METH_VARARGS | METH_CLASS,
|
/external/python/cpython3/Doc/c-api/ |
D | structures.rst | 199 .. data:: METH_CLASS
|
/external/python/cpython2/Doc/c-api/ |
D | structures.rst | 217 .. data:: METH_CLASS
|