Lines Matching refs:METH_VARARGS
898 {"find", (PyCFunction) mmap_find_method, METH_VARARGS},
899 {"rfind", (PyCFunction) mmap_rfind_method, METH_VARARGS},
900 {"flush", (PyCFunction) mmap_flush_method, METH_VARARGS},
902 {"madvise", (PyCFunction) mmap_madvise_method, METH_VARARGS},
904 {"move", (PyCFunction) mmap_move_method, METH_VARARGS},
905 {"read", (PyCFunction) mmap_read_method, METH_VARARGS},
908 {"resize", (PyCFunction) mmap_resize_method, METH_VARARGS},
909 {"seek", (PyCFunction) mmap_seek_method, METH_VARARGS},
912 {"write", (PyCFunction) mmap_write_method, METH_VARARGS},
913 {"write_byte", (PyCFunction) mmap_write_byte_method, METH_VARARGS},
915 {"__exit__", (PyCFunction) mmap__exit__method, METH_VARARGS},