Lines Matching defs:args
54 Example_demo(ExampleObject *self, PyObject *args)
57 if (!PyArg_ParseTuple(args, "|O:demo", &o))
219 PyObject *const *args,
228 n = PyLong_AsLong(args[0]);
306 testexport_foo(PyObject *self, PyObject *args)
310 if (!PyArg_ParseTuple(args, "ll:foo", &i, &j))
324 call_state_registration_func(PyObject *mod, PyObject *args)
331 if (!PyArg_ParseTuple(args, "i:call_state_registration_func", &i))
509 nonmodule_bar(PyObject *self, PyObject *args)
513 if (!PyArg_ParseTuple(args, "ll:bar", &i, &j))