/external/python/cpython3/Modules/clinic/ |
D | _datetimemodule.c.h | 15 …{"fromtimestamp", (PyCFunction)datetime_date_fromtimestamp, METH_O|METH_CLASS, datetime_date_fromt… 29 …tion)(void(*)(void))datetime_datetime_now, METH_FASTCALL|METH_KEYWORDS|METH_CLASS, datetime_dateti…
|
D | _asynciomodule.c.h | 329 …(void(*)(void))_asyncio_Task_current_task, METH_FASTCALL|METH_KEYWORDS|METH_CLASS, _asyncio_Task_c… 368 …on)(void(*)(void))_asyncio_Task_all_tasks, METH_FASTCALL|METH_KEYWORDS|METH_CLASS, _asyncio_Task_a…
|
D | selectmodule.c.h | 617 {"fromfd", (PyCFunction)select_epoll_fromfd, METH_O|METH_CLASS, select_epoll_fromfd__doc__}, 1033 {"fromfd", (PyCFunction)select_kqueue_fromfd, METH_O|METH_CLASS, select_kqueue_fromfd__doc__},
|
D | itertoolsmodule.c.h | 328 …{"from_iterable", (PyCFunction)itertools_chain_from_iterable, METH_O|METH_CLASS, itertools_chain_f…
|
/external/python/cpython3/Objects/clinic/ |
D | floatobject.c.h | 128 {"fromhex", (PyCFunction)float_fromhex, METH_O|METH_CLASS, float_fromhex__doc__}, 226 …{"__getformat__", (PyCFunction)float___getformat__, METH_O|METH_CLASS, float___getformat____doc__}, 275 …{"__set_format__", (PyCFunction)(void(*)(void))float___set_format__, METH_FASTCALL|METH_CLASS, flo…
|
D | dictobject.c.h | 12 …{"fromkeys", (PyCFunction)(void(*)(void))dict_fromkeys, METH_FASTCALL|METH_CLASS, dict_fromkeys__d…
|
D | odictobject.c.h | 12 …ction)(void(*)(void))OrderedDict_fromkeys, METH_FASTCALL|METH_KEYWORDS|METH_CLASS, OrderedDict_fro…
|
D | longobject.c.h | 272 …PyCFunction)(void(*)(void))int_from_bytes, METH_FASTCALL|METH_KEYWORDS|METH_CLASS, int_from_bytes_…
|
D | bytesobject.c.h | 665 {"fromhex", (PyCFunction)bytes_fromhex, METH_O|METH_CLASS, bytes_fromhex__doc__},
|
D | bytearrayobject.c.h | 845 {"fromhex", (PyCFunction)bytearray_fromhex, METH_O|METH_CLASS, bytearray_fromhex__doc__},
|
/external/python/cpython2/Include/ |
D | methodobject.h | 63 #define METH_CLASS 0x0010 macro
|
/external/python/cpython3/Include/ |
D | methodobject.h | 75 #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 | 3356 METH_CLASS, 3361 METH_CLASS, 3365 METH_VARARGS | METH_KEYWORDS | METH_CLASS, 3370 {"today", (PyCFunction)date_today, METH_NOARGS | METH_CLASS, 4562 {"fromisoformat", (PyCFunction)time_fromisoformat, METH_O | METH_CLASS, 6197 METH_NOARGS | METH_CLASS, 6201 METH_VARARGS | METH_KEYWORDS | METH_CLASS, 6205 METH_VARARGS | METH_CLASS, 6209 METH_VARARGS | METH_CLASS, 6214 METH_VARARGS | METH_KEYWORDS | METH_CLASS, [all …]
|
/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 | 463 int flags = method->ml_flags & ~(METH_CLASS | METH_STATIC | METH_COEXIST); in _PyMethodDef_RawFastCallDict() 613 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/cpython3/Modules/_multiprocessing/ |
D | semaphore.c | 603 {"_rebuild", (PyCFunction)semlock_rebuild, METH_VARARGS | METH_CLASS,
|
/external/python/cpython2/Python/ |
D | modsupport.c | 73 if ((ml->ml_flags & METH_CLASS) || in Py_InitModule4()
|
/external/python/cpython3/Python/ |
D | context.c | 1029 METH_O | METH_CLASS, NULL},
|