Home
last modified time | relevance | path

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

12

/external/python/cpython3/Modules/clinic/
D_datetimemodule.c.h15 …{"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.h329 …(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…
Dselectmodule.c.h617 {"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__},
Ditertoolsmodule.c.h328 …{"from_iterable", (PyCFunction)itertools_chain_from_iterable, METH_O|METH_CLASS, itertools_chain_f…
/external/python/cpython3/Objects/clinic/
Dfloatobject.c.h128 {"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…
Ddictobject.c.h12 …{"fromkeys", (PyCFunction)(void(*)(void))dict_fromkeys, METH_FASTCALL|METH_CLASS, dict_fromkeys__d…
Dodictobject.c.h12 …ction)(void(*)(void))OrderedDict_fromkeys, METH_FASTCALL|METH_KEYWORDS|METH_CLASS, OrderedDict_fro…
Dlongobject.c.h272 …PyCFunction)(void(*)(void))int_from_bytes, METH_FASTCALL|METH_KEYWORDS|METH_CLASS, int_from_bytes_…
Dbytesobject.c.h665 {"fromhex", (PyCFunction)bytes_fromhex, METH_O|METH_CLASS, bytes_fromhex__doc__},
Dbytearrayobject.c.h845 {"fromhex", (PyCFunction)bytearray_fromhex, METH_O|METH_CLASS, bytearray_fromhex__doc__},
/external/python/cpython2/Include/
Dmethodobject.h63 #define METH_CLASS 0x0010 macro
/external/python/cpython3/Include/
Dmethodobject.h75 #define METH_CLASS 0x0010 macro
/external/python/cpython2/Modules/
Dxxsubtype.c74 METH_VARARGS | METH_KEYWORDS | METH_CLASS,
Ddatetimemodule.c2719 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,
Dselectmodule.c1080 METH_VARARGS | METH_CLASS, pyepoll_fromfd_doc},
1735 METH_VARARGS | METH_CLASS, kqueue_queue_fromfd_doc},
/external/python/cpython3/Modules/
Dxxsubtype.c74 METH_VARARGS | METH_KEYWORDS | METH_CLASS,
D_datetimemodule.c3356 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/
Dmethodobject.c78 switch (PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)) { in PyCFunction_Call()
Dfloatobject.c2035 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/
Dsemaphore.c576 {"_rebuild", (PyCFunction)semlock_rebuild, METH_VARARGS | METH_CLASS,
/external/python/cpython3/Objects/
Dcall.c463 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()
Dmoduleobject.c152 if ((fdef->ml_flags & METH_CLASS) || in _add_methods_to_object()
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c603 {"_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/cpython3/Python/
Dcontext.c1029 METH_O | METH_CLASS, NULL},

12