• Home
  • Raw
  • Download

Lines Matching refs:METH_NOARGS

141     {"detach", (PyCFunction)bufferediobase_detach, METH_NOARGS, bufferediobase_detach_doc},
1560 {"detach", (PyCFunction)buffered_detach, METH_NOARGS},
1561 {"flush", (PyCFunction)buffered_simple_flush, METH_NOARGS},
1562 {"close", (PyCFunction)buffered_close, METH_NOARGS},
1563 {"seekable", (PyCFunction)buffered_seekable, METH_NOARGS},
1564 {"readable", (PyCFunction)buffered_readable, METH_NOARGS},
1565 {"writable", (PyCFunction)buffered_writable, METH_NOARGS},
1566 {"fileno", (PyCFunction)buffered_fileno, METH_NOARGS},
1567 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},
1574 {"tell", (PyCFunction)buffered_tell, METH_NOARGS},
1576 {"__sizeof__", (PyCFunction)buffered_sizeof, METH_NOARGS},
1955 {"close", (PyCFunction)buffered_close, METH_NOARGS},
1956 {"detach", (PyCFunction)buffered_detach, METH_NOARGS},
1957 {"seekable", (PyCFunction)buffered_seekable, METH_NOARGS},
1958 {"readable", (PyCFunction)buffered_readable, METH_NOARGS},
1959 {"writable", (PyCFunction)buffered_writable, METH_NOARGS},
1960 {"fileno", (PyCFunction)buffered_fileno, METH_NOARGS},
1961 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},
1965 {"flush", (PyCFunction)buffered_flush, METH_NOARGS},
1967 {"tell", (PyCFunction)buffered_tell, METH_NOARGS},
1968 {"__sizeof__", (PyCFunction)buffered_sizeof, METH_NOARGS},
2245 {"flush", (PyCFunction)bufferedrwpair_flush, METH_NOARGS},
2247 {"readable", (PyCFunction)bufferedrwpair_readable, METH_NOARGS},
2248 {"writable", (PyCFunction)bufferedrwpair_writable, METH_NOARGS},
2250 {"close", (PyCFunction)bufferedrwpair_close, METH_NOARGS},
2251 {"isatty", (PyCFunction)bufferedrwpair_isatty, METH_NOARGS},
2364 {"close", (PyCFunction)buffered_close, METH_NOARGS},
2365 {"detach", (PyCFunction)buffered_detach, METH_NOARGS},
2366 {"seekable", (PyCFunction)buffered_seekable, METH_NOARGS},
2367 {"readable", (PyCFunction)buffered_readable, METH_NOARGS},
2368 {"writable", (PyCFunction)buffered_writable, METH_NOARGS},
2369 {"fileno", (PyCFunction)buffered_fileno, METH_NOARGS},
2370 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},
2372 {"flush", (PyCFunction)buffered_flush, METH_NOARGS},
2375 {"tell", (PyCFunction)buffered_tell, METH_NOARGS},
2383 {"__sizeof__", (PyCFunction)buffered_sizeof, METH_NOARGS},