Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dmethodobject.h37 (((PyCFunctionObject *)func) -> m_ml -> ml_flags & METH_STATIC ? \
81 #define METH_STATIC 0x0020 macro
/external/python/cpython2/Include/
Dmethodobject.h64 #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,
/external/python/cpython2/Modules/_multiprocessing/
Dwin32_functions.c13 {#func, (PyCFunction)win32_ ## func, METH_VARARGS | METH_STATIC, ""}
/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h321 {"maketrans", (PyCFunction)bytes_maketrans, METH_FASTCALL|METH_STATIC, bytes_maketrans__doc__},
Dbytearrayobject.c.h91 …{"maketrans", (PyCFunction)bytearray_maketrans, METH_FASTCALL|METH_STATIC, bytearray_maketrans__do…
Dunicodeobject.c.h823 …{"maketrans", (PyCFunction)unicode_maketrans, METH_FASTCALL|METH_STATIC, unicode_maketrans__doc__},
/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/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.c153 (fdef->ml_flags & METH_STATIC)) { in _add_methods_to_object()
Dtypeobject.c4785 if (meth->ml_flags & METH_STATIC) { in add_methods()
4792 else if (meth->ml_flags & METH_STATIC) { in add_methods()
/external/python/cpython2/Python/
Dmodsupport.c74 (ml->ml_flags & METH_STATIC)) { in Py_InitModule4()
/external/python/cpython3/Python/
Dcontext.c992 METH_VARARGS | METH_STATIC, NULL},
/external/python/cpython3/Doc/c-api/
Dstructures.rst209 .. data:: METH_STATIC
/external/python/cpython2/Doc/c-api/
Dstructures.rst229 .. data:: METH_STATIC
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2627 METH_NOARGS | METH_STATIC, in CheckAndGetInteger()
/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