Lines Matching refs:METH_NOARGS

2383     {"detach", (PyCFunction)buffered_detach, METH_NOARGS},
2384 {"flush", (PyCFunction)buffered_simple_flush, METH_NOARGS},
2385 {"close", (PyCFunction)buffered_close, METH_NOARGS},
2386 {"seekable", (PyCFunction)buffered_seekable, METH_NOARGS},
2387 {"readable", (PyCFunction)buffered_readable, METH_NOARGS},
2388 {"fileno", (PyCFunction)buffered_fileno, METH_NOARGS},
2389 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},
2399 {"tell", (PyCFunction)buffered_tell, METH_NOARGS},
2401 {"__sizeof__", (PyCFunction)buffered_sizeof, METH_NOARGS},
2474 {"close", (PyCFunction)buffered_close, METH_NOARGS},
2475 {"detach", (PyCFunction)buffered_detach, METH_NOARGS},
2476 {"seekable", (PyCFunction)buffered_seekable, METH_NOARGS},
2477 {"writable", (PyCFunction)buffered_writable, METH_NOARGS},
2478 {"fileno", (PyCFunction)buffered_fileno, METH_NOARGS},
2479 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},
2484 {"flush", (PyCFunction)buffered_flush, METH_NOARGS},
2486 {"tell", (PyCFunction)buffered_tell, METH_NOARGS},
2487 {"__sizeof__", (PyCFunction)buffered_sizeof, METH_NOARGS},
2566 {"flush", (PyCFunction)bufferedrwpair_flush, METH_NOARGS},
2568 {"readable", (PyCFunction)bufferedrwpair_readable, METH_NOARGS},
2569 {"writable", (PyCFunction)bufferedrwpair_writable, METH_NOARGS},
2571 {"close", (PyCFunction)bufferedrwpair_close, METH_NOARGS},
2572 {"isatty", (PyCFunction)bufferedrwpair_isatty, METH_NOARGS},
2637 {"close", (PyCFunction)buffered_close, METH_NOARGS},
2638 {"detach", (PyCFunction)buffered_detach, METH_NOARGS},
2639 {"seekable", (PyCFunction)buffered_seekable, METH_NOARGS},
2640 {"readable", (PyCFunction)buffered_readable, METH_NOARGS},
2641 {"writable", (PyCFunction)buffered_writable, METH_NOARGS},
2642 {"fileno", (PyCFunction)buffered_fileno, METH_NOARGS},
2643 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},
2646 {"flush", (PyCFunction)buffered_flush, METH_NOARGS},
2649 {"tell", (PyCFunction)buffered_tell, METH_NOARGS},
2658 {"__sizeof__", (PyCFunction)buffered_sizeof, METH_NOARGS},