Searched defs:METH_NOARGS (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Include/
H A Dmethodobject.h56 /* METH_NOARGS and METH_O must not be combined with the flags above. */
57 #define METH_NOARGS 0x0004 macro
/external/python/cpython2/Tools/framer/framer/
H A Dfunction.py7 METH_NOARGS = "METH_NOARGS" variable
64 self.ml_meth = METH_NOARGS
/external/python/cpython3/Include/
H A Dmethodobject.h71 /* METH_NOARGS and METH_O must not be combined with the flags above. */
72 #define METH_NOARGS 0x0004 macro
/external/python/cpython2/PC/bdist_wininst/
H A Dinstall.c612 #define METH_NOARGS 0x0004 macro
618 {"get_root_hkey", (PyCFunction)GetRootHKey, METH_NOARGS, NULL},
/external/python/cpython3/PC/bdist_wininst/
H A Dinstall.c640 #define METH_NOARGS 0x0004 macro
646 {"get_root_hkey", (PyCFunction)GetRootHKey, METH_NOARGS, NULL},

Completed in 759 milliseconds