• Home
  • Raw
  • Download

Lines Matching refs:METH_NOARGS

2394     {"detach", (PyCFunction)buffered_detach, METH_NOARGS},
2395 {"flush", (PyCFunction)buffered_simple_flush, METH_NOARGS},
2396 {"close", (PyCFunction)buffered_close, METH_NOARGS},
2397 {"seekable", (PyCFunction)buffered_seekable, METH_NOARGS},
2398 {"readable", (PyCFunction)buffered_readable, METH_NOARGS},
2399 {"fileno", (PyCFunction)buffered_fileno, METH_NOARGS},
2400 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},
2410 {"tell", (PyCFunction)buffered_tell, METH_NOARGS},
2412 {"__sizeof__", (PyCFunction)buffered_sizeof, METH_NOARGS},
2485 {"close", (PyCFunction)buffered_close, METH_NOARGS},
2486 {"detach", (PyCFunction)buffered_detach, METH_NOARGS},
2487 {"seekable", (PyCFunction)buffered_seekable, METH_NOARGS},
2488 {"writable", (PyCFunction)buffered_writable, METH_NOARGS},
2489 {"fileno", (PyCFunction)buffered_fileno, METH_NOARGS},
2490 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},
2495 {"flush", (PyCFunction)buffered_flush, METH_NOARGS},
2497 {"tell", (PyCFunction)buffered_tell, METH_NOARGS},
2498 {"__sizeof__", (PyCFunction)buffered_sizeof, METH_NOARGS},
2577 {"flush", (PyCFunction)bufferedrwpair_flush, METH_NOARGS},
2579 {"readable", (PyCFunction)bufferedrwpair_readable, METH_NOARGS},
2580 {"writable", (PyCFunction)bufferedrwpair_writable, METH_NOARGS},
2582 {"close", (PyCFunction)bufferedrwpair_close, METH_NOARGS},
2583 {"isatty", (PyCFunction)bufferedrwpair_isatty, METH_NOARGS},
2648 {"close", (PyCFunction)buffered_close, METH_NOARGS},
2649 {"detach", (PyCFunction)buffered_detach, METH_NOARGS},
2650 {"seekable", (PyCFunction)buffered_seekable, METH_NOARGS},
2651 {"readable", (PyCFunction)buffered_readable, METH_NOARGS},
2652 {"writable", (PyCFunction)buffered_writable, METH_NOARGS},
2653 {"fileno", (PyCFunction)buffered_fileno, METH_NOARGS},
2654 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},
2657 {"flush", (PyCFunction)buffered_flush, METH_NOARGS},
2660 {"tell", (PyCFunction)buffered_tell, METH_NOARGS},
2669 {"__sizeof__", (PyCFunction)buffered_sizeof, METH_NOARGS},