Searched defs:METH_O (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Include/
H A Dmethodobject.h56 /* METH_NOARGS and METH_O must not be combined with the flags above. */
58 #define METH_O 0x0008 macro
/external/python/cpython2/Tools/framer/framer/
H A Dfunction.py6 METH_O = "METH_O" variable
74 self.ml_meth = METH_O
/external/python/cpython3/Include/
H A Dmethodobject.h71 /* METH_NOARGS and METH_O must not be combined with the flags above. */
73 #define METH_O 0x0008 macro

Completed in 144 milliseconds