Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dmethodobject.h35 (((PyCFunctionObject *)func) -> m_ml -> ml_flags & METH_STATIC ? \
79 #define METH_STATIC 0x0020 macro
/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h20 … {"maketrans", (PyCFunction)unicode_maketrans, METH_VARARGS|METH_STATIC, unicode_maketrans__doc__},
Dbytesobject.c.h321 {"maketrans", (PyCFunction)bytes_maketrans, METH_VARARGS|METH_STATIC, bytes_maketrans__doc__},
Dbytearrayobject.c.h91 …{"maketrans", (PyCFunction)bytearray_maketrans, METH_VARARGS|METH_STATIC, bytearray_maketrans__doc…
/external/python/cpython2/Include/
Dmethodobject.h64 #define METH_STATIC 0x0020 macro
/external/python/cpython3/Objects/
Dmethodobject.c95 flags = PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST); in PyCFunction_Call()
174 flags = PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST); in _PyCFunction_FastCallDict()
Dmoduleobject.c141 (fdef->ml_flags & METH_STATIC)) { in _add_methods_to_object()
Dtypeobject.c4565 if (meth->ml_flags & METH_STATIC) { in add_methods()
4572 else if (meth->ml_flags & METH_STATIC) { in add_methods()
/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/cpython2/Objects/
Dmethodobject.c78 switch (PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)) { in PyCFunction_Call()
Dtypeobject.c3675 if (meth->ml_flags & METH_STATIC) {
3682 else if (meth->ml_flags & METH_STATIC) {
/external/python/cpython2/Python/
Dmodsupport.c74 (ml->ml_flags & METH_STATIC)) { in Py_InitModule4()
/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