Home
last modified time | relevance | path

Searched refs:ml_flags (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Include/
Dmethodobject.h34 (((PyCFunctionObject *)func) -> m_ml -> ml_flags)
40 int ml_flags; /* Combination of METH_xxx flags, which mostly member
/external/python/cpython2/Python/
Dmodsupport.c73 if ((ml->ml_flags & METH_CLASS) || in Py_InitModule4()
74 (ml->ml_flags & METH_STATIC)) { in Py_InitModule4()
/external/python/cpython2/Objects/
Dmethodobject.c67 return ((PyCFunctionObject *)op) -> m_ml -> ml_flags; in PyCFunction_GetFlags()
Dtypeobject.c3672 !(meth->ml_flags & METH_COEXIST))
3674 if (meth->ml_flags & METH_CLASS) {
3675 if (meth->ml_flags & METH_STATIC) {
3682 else if (meth->ml_flags & METH_STATIC) {
/external/python/cpython2/Doc/c-api/
Dstructures.rst145 | :attr:`ml_flags` | int | flag bits indicating how the |
159 The :attr:`ml_flags` field is a bitfield which can include the following flags.
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c343 int ml_flags; member
/external/python/cpython2/Doc/extending/
Dnewtypes.rst1175 int ml_flags; /* flags */