Home
last modified time | relevance | path

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

12

/external/python/cpython3/Objects/clinic/
Dfloatobject.c.h125 {"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…
Ddictobject.c.h12 {"fromkeys", (PyCFunction)dict_fromkeys, METH_FASTCALL|METH_CLASS, dict_fromkeys__doc__},
Dodictobject.c.h12 …{"fromkeys", (PyCFunction)OrderedDict_fromkeys, METH_FASTCALL|METH_KEYWORDS|METH_CLASS, OrderedDic…
Dlongobject.c.h189 …{"from_bytes", (PyCFunction)int_from_bytes, METH_FASTCALL|METH_KEYWORDS|METH_CLASS, int_from_bytes…
Dbytesobject.c.h483 {"fromhex", (PyCFunction)bytes_fromhex, METH_O|METH_CLASS, bytes_fromhex__doc__},
Dbytearrayobject.c.h632 {"fromhex", (PyCFunction)bytearray_fromhex, METH_O|METH_CLASS, bytearray_fromhex__doc__},
/external/python/cpython3/Modules/clinic/
D_datetimemodule.c.h17 …{"now", (PyCFunction)datetime_datetime_now, METH_FASTCALL|METH_KEYWORDS|METH_CLASS, datetime_datet…
D_asynciomodule.c.h294 …, (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/
Dmethodobject.h63 #define METH_CLASS 0x0010 macro
/external/python/cpython3/Include/
Dmethodobject.h80 #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.c3252 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 …]
Dselectmodule.c1634 METH_VARARGS | METH_CLASS, pyepoll_fromfd_doc},
2278 METH_VARARGS | METH_CLASS, kqueue_queue_fromfd_doc},
/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.c461 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()
Dmoduleobject.c152 if ((fdef->ml_flags & METH_CLASS) || in _add_methods_to_object()
/external/python/cpython2/Python/
Dmodsupport.c73 if ((ml->ml_flags & METH_CLASS) || in Py_InitModule4()
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c603 {"_rebuild", (PyCFunction)semlock_rebuild, METH_VARARGS | METH_CLASS,
/external/python/cpython3/Doc/c-api/
Dstructures.rst199 .. data:: METH_CLASS
/external/python/cpython2/Doc/c-api/
Dstructures.rst217 .. data:: METH_CLASS

12