Lines Matching refs:METH_NOARGS

2379     {"detach", (PyCFunction)buffered_detach, METH_NOARGS},
2380 {"flush", (PyCFunction)buffered_simple_flush, METH_NOARGS},
2381 {"close", (PyCFunction)buffered_close, METH_NOARGS},
2382 {"seekable", (PyCFunction)buffered_seekable, METH_NOARGS},
2383 {"readable", (PyCFunction)buffered_readable, METH_NOARGS},
2384 {"fileno", (PyCFunction)buffered_fileno, METH_NOARGS},
2385 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},
2395 {"tell", (PyCFunction)buffered_tell, METH_NOARGS},
2397 {"__sizeof__", (PyCFunction)buffered_sizeof, METH_NOARGS},
2470 {"close", (PyCFunction)buffered_close, METH_NOARGS},
2471 {"detach", (PyCFunction)buffered_detach, METH_NOARGS},
2472 {"seekable", (PyCFunction)buffered_seekable, METH_NOARGS},
2473 {"writable", (PyCFunction)buffered_writable, METH_NOARGS},
2474 {"fileno", (PyCFunction)buffered_fileno, METH_NOARGS},
2475 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},
2480 {"flush", (PyCFunction)buffered_flush, METH_NOARGS},
2482 {"tell", (PyCFunction)buffered_tell, METH_NOARGS},
2483 {"__sizeof__", (PyCFunction)buffered_sizeof, METH_NOARGS},
2562 {"flush", (PyCFunction)bufferedrwpair_flush, METH_NOARGS},
2564 {"readable", (PyCFunction)bufferedrwpair_readable, METH_NOARGS},
2565 {"writable", (PyCFunction)bufferedrwpair_writable, METH_NOARGS},
2567 {"close", (PyCFunction)bufferedrwpair_close, METH_NOARGS},
2568 {"isatty", (PyCFunction)bufferedrwpair_isatty, METH_NOARGS},
2633 {"close", (PyCFunction)buffered_close, METH_NOARGS},
2634 {"detach", (PyCFunction)buffered_detach, METH_NOARGS},
2635 {"seekable", (PyCFunction)buffered_seekable, METH_NOARGS},
2636 {"readable", (PyCFunction)buffered_readable, METH_NOARGS},
2637 {"writable", (PyCFunction)buffered_writable, METH_NOARGS},
2638 {"fileno", (PyCFunction)buffered_fileno, METH_NOARGS},
2639 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},
2642 {"flush", (PyCFunction)buffered_flush, METH_NOARGS},
2645 {"tell", (PyCFunction)buffered_tell, METH_NOARGS},
2654 {"__sizeof__", (PyCFunction)buffered_sizeof, METH_NOARGS},