Home
last modified time | relevance | path

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

/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/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/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