Home
last modified time | relevance | path

Searched refs:METH_STATIC (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython3/Include/cpython/
Dmethodobject.h15 (((PyCFunctionObject *)func) -> m_ml -> ml_flags & METH_STATIC ? \
/external/python/cpython2/Include/
Dmethodobject.h64 #define METH_STATIC 0x0020 macro
/external/python/cpython3/Include/
Dmethodobject.h67 #define METH_STATIC 0x0020 macro
/external/python/cpython2/Modules/
Dxxsubtype.c77 METH_VARARGS | METH_KEYWORDS | METH_STATIC,
/external/python/cpython3/Modules/
Dxxsubtype.c77 METH_VARARGS | METH_KEYWORDS | METH_STATIC,
D_testcapimodule.c6670 {"meth_varargs", meth_varargs, METH_VARARGS|METH_STATIC},
6671 …words", (PyCFunction)(void(*)(void))meth_varargs_keywords, METH_VARARGS|METH_KEYWORDS|METH_STATIC},
6672 {"meth_o", meth_o, METH_O|METH_STATIC},
6673 {"meth_noargs", meth_noargs, METH_NOARGS|METH_STATIC},
6674 {"meth_fastcall", (PyCFunction)(void(*)(void))meth_fastcall, METH_FASTCALL|METH_STATIC},
6675 …rds", (PyCFunction)(void(*)(void))meth_fastcall_keywords, METH_FASTCALL|METH_KEYWORDS|METH_STATIC},
/external/python/cpython2/Modules/_multiprocessing/
Dwin32_functions.c13 {#func, (PyCFunction)win32_ ## func, METH_VARARGS | METH_STATIC, ""}
/external/python/cpython2/Objects/
Dmethodobject.c78 switch (PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)) { in PyCFunction_Call()
Dtypeobject.c3738 if (meth->ml_flags & METH_STATIC) {
3745 else if (meth->ml_flags & METH_STATIC) {
/external/python/cpython2/Python/
Dmodsupport.c74 (ml->ml_flags & METH_STATIC)) { in Py_InitModule4()
/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h404 …{"maketrans", (PyCFunction)(void(*)(void))bytes_maketrans, METH_FASTCALL|METH_STATIC, bytes_maketr…
Dbytearrayobject.c.h179 …{"maketrans", (PyCFunction)(void(*)(void))bytearray_maketrans, METH_FASTCALL|METH_STATIC, bytearra…
Dunicodeobject.c.h1133 …{"maketrans", (PyCFunction)(void(*)(void))unicode_maketrans, METH_FASTCALL|METH_STATIC, unicode_ma…
/external/python/cpython3/Objects/
Dmoduleobject.c145 (fdef->ml_flags & METH_STATIC)) { in _add_methods_to_object()
Dtypeobject.c4984 if (meth->ml_flags & METH_STATIC) { in add_methods()
4991 else if (meth->ml_flags & METH_STATIC) { in add_methods()
/external/python/cpython2/Doc/c-api/
Dstructures.rst229 .. data:: METH_STATIC
/external/python/cpython3/Doc/c-api/
Dstructures.rst330 .. data:: METH_STATIC
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2586 METH_NOARGS | METH_STATIC,
/external/python/cpython2/Doc/whatsnew/
D2.3.rst1921 setting either the :const:`METH_CLASS` or :const:`METH_STATIC` flags in a
/external/python/cpython3/Doc/whatsnew/
D2.3.rst1921 setting either the :const:`METH_CLASS` or :const:`METH_STATIC` flags in a