Searched refs:METH_STATIC (Results 1 - 10 of 10) sorted by relevance
/third_party/python/Include/ |
H A D | methodobject.h | 87 /* 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 D | methodobject.h | 49 if (func->m_ml->ml_flags & METH_STATIC) { in PyCFunction_GET_SELF()
|
/third_party/python/Modules/ |
H A D | xxsubtype.c | 77 METH_VARARGS | METH_KEYWORDS | METH_STATIC,
|
H A D | _testcapimodule.c | 7920 {"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 D | moduleobject.c | 165 (fdef->ml_flags & METH_STATIC)) { in _add_methods_to_object() 168 " METH_CLASS or METH_STATIC"); in _add_methods_to_object()
|
H A D | typeobject.c | 5658 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 D | bytesobject.c.h | 412 {"maketrans", _PyCFunction_CAST(bytes_maketrans), METH_FASTCALL|METH_STATIC, bytes_maketrans__doc__},
|
H A D | unicodeobject.c.h | 1119 {"maketrans", _PyCFunction_CAST(unicode_maketrans), METH_FASTCALL|METH_STATIC, unicode_maketrans__doc__},
|
H A D | bytearrayobject.c.h | 248 {"maketrans", _PyCFunction_CAST(bytearray_maketrans), METH_FASTCALL|METH_STATIC, bytearray_maketrans__doc__},
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message.cc | 2562 METH_NOARGS | METH_STATIC,
|
Completed in 31 milliseconds