Home
last modified time | relevance | path

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

123

/external/python/cpython3/Modules/clinic/
D_datetimemodule.c.h15 …{"fromtimestamp", (PyCFunction)datetime_date_fromtimestamp, METH_O|METH_CLASS, datetime_date_fromt…
83 …tion)(void(*)(void))datetime_datetime_now, METH_FASTCALL|METH_KEYWORDS|METH_CLASS, datetime_dateti…
Dselectmodule.c.h620 {"fromfd", (PyCFunction)select_epoll_fromfd, METH_O|METH_CLASS, select_epoll_fromfd__doc__},
1037 {"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.h164 {"fromhex", (PyCFunction)float_fromhex, METH_O|METH_CLASS, float_fromhex__doc__},
262 …{"__getformat__", (PyCFunction)float___getformat__, METH_O|METH_CLASS, float___getformat____doc__},
311 …{"__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.h744 {"fromhex", (PyCFunction)bytes_fromhex, METH_O|METH_CLASS, bytes_fromhex__doc__},
/external/python/cpython2/Include/
Dmethodobject.h63 #define METH_CLASS 0x0010 macro
/external/python/cpython3/Include/
Dmethodobject.h66 #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_queuemodule.c305 METH_O|METH_CLASS, PyDoc_STR("See PEP 585")},
D_zoneinfo.c2536 METH_VARARGS | METH_KEYWORDS | METH_CLASS,
2539 METH_VARARGS | METH_KEYWORDS | METH_CLASS,
2542 METH_VARARGS | METH_KEYWORDS | METH_CLASS,
2558 {"_unpickle", (PyCFunction)zoneinfo__unpickle, METH_VARARGS | METH_CLASS,
2561 METH_VARARGS | METH_KEYWORDS | METH_CLASS,
D_datetimemodule.c3490 METH_CLASS,
3495 METH_CLASS,
3499 METH_VARARGS | METH_KEYWORDS | METH_CLASS,
3504 {"today", (PyCFunction)date_today, METH_NOARGS | METH_CLASS,
4699 {"fromisoformat", (PyCFunction)time_fromisoformat, METH_O | METH_CLASS,
6334 METH_NOARGS | METH_CLASS,
6338 METH_VARARGS | METH_KEYWORDS | METH_CLASS,
6342 METH_VARARGS | METH_CLASS,
6346 METH_VARARGS | METH_CLASS,
6351 METH_VARARGS | METH_KEYWORDS | METH_CLASS,
[all …]
/external/python/cpython3/Objects/
Denumobject.c205 METH_O|METH_CLASS, PyDoc_STR("See PEP 585")},
Dmoduleobject.c144 if ((fdef->ml_flags & METH_CLASS) || in _add_methods_to_object()
/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/cpython3/Python/
Dcontext.c1037 METH_O|METH_CLASS, PyDoc_STR("See PEP 585")},
1178 METH_O|METH_CLASS, PyDoc_STR("See PEP 585")},
/external/python/cpython2/Modules/_multiprocessing/
Dsemaphore.c576 {"_rebuild", (PyCFunction)semlock_rebuild, METH_VARARGS | METH_CLASS,
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c604 {"_rebuild", (PyCFunction)semlock_rebuild, METH_VARARGS | METH_CLASS,
/external/python/cpython2/Python/
Dmodsupport.c73 if ((ml->ml_flags & METH_CLASS) || in Py_InitModule4()

123