Home
last modified time | relevance | path

Searched refs:METH_STATIC (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Include/
H A Dmethodobject.h87 /* METH_CLASS and METH_STATIC are a little different; these control
91 #define METH_STATIC 0x0020 macro
115 * May not be combined with METH_NOARGS, METH_O, METH_CLASS or METH_STATIC.
/third_party/python/Include/cpython/
H A Dmethodobject.h49 if (func->m_ml->ml_flags & METH_STATIC) { in PyCFunction_GET_SELF()
/third_party/python/Modules/
H A Dxxsubtype.c77 METH_VARARGS | METH_KEYWORDS | METH_STATIC,
H A D_testcapimodule.c7920 {"meth_varargs", meth_varargs, METH_VARARGS|METH_STATIC},
7921 {"meth_varargs_keywords", _PyCFunction_CAST(meth_varargs_keywords), METH_VARARGS|METH_KEYWORDS|METH_STATIC},
7922 {"meth_o", meth_o, METH_O|METH_STATIC},
7923 {"meth_noargs", meth_noargs, METH_NOARGS|METH_STATIC},
7924 {"meth_fastcall", _PyCFunction_CAST(meth_fastcall), METH_FASTCALL|METH_STATIC},
7925 {"meth_fastcall_keywords", _PyCFunction_CAST(meth_fastcall_keywords), METH_FASTCALL|METH_KEYWORDS|METH_STATIC},
/third_party/python/Objects/
H A Dmoduleobject.c165 (fdef->ml_flags & METH_STATIC)) { in _add_methods_to_object()
168 " METH_CLASS or METH_STATIC"); in _add_methods_to_object()
H A Dtypeobject.c5658 if (meth->ml_flags & METH_STATIC) { in type_add_method()
5665 else if (meth->ml_flags & METH_STATIC) { in type_add_method()
/third_party/python/Objects/clinic/
H A Dbytesobject.c.h412 {"maketrans", _PyCFunction_CAST(bytes_maketrans), METH_FASTCALL|METH_STATIC, bytes_maketrans__doc__},
H A Dunicodeobject.c.h1119 {"maketrans", _PyCFunction_CAST(unicode_maketrans), METH_FASTCALL|METH_STATIC, unicode_maketrans__doc__},
H A Dbytearrayobject.c.h248 {"maketrans", _PyCFunction_CAST(bytearray_maketrans), METH_FASTCALL|METH_STATIC, bytearray_maketrans__doc__},
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc2562 METH_NOARGS | METH_STATIC,

Completed in 31 milliseconds