Lines Matching defs:args
98 iobase_seek(PyObject *self, PyObject *args)
123 iobase_truncate(PyObject *self, PyObject *args)
196 _PyIOBase_check_closed(PyObject *self, PyObject *args)
201 if (args == Py_True) {
377 _PyIOBase_check_seekable(PyObject *self, PyObject *args)
387 if (args == Py_True) {
410 _PyIOBase_check_readable(PyObject *self, PyObject *args)
420 if (args == Py_True) {
443 _PyIOBase_check_writable(PyObject *self, PyObject *args)
453 if (args == Py_True) {
462 iobase_enter(PyObject *self, PyObject *args)
472 iobase_exit(PyObject *self, PyObject *args)
1002 rawiobase_readinto(PyObject *self, PyObject *args)
1009 rawiobase_write(PyObject *self, PyObject *args)