Lines Matching refs:METH_VARARGS
671 {"parse_and_bind", parse_and_bind, METH_VARARGS, doc_parse_and_bind},
673 {"insert_text", insert_text, METH_VARARGS, doc_insert_text},
675 {"read_init_file", read_init_file, METH_VARARGS, doc_read_init_file},
677 METH_VARARGS, doc_read_history_file},
679 METH_VARARGS, doc_write_history_file},
681 METH_VARARGS, doc_get_history_item},
685 METH_VARARGS, set_history_length_doc},
688 {"set_completer", set_completer, METH_VARARGS, doc_set_completer},
696 METH_VARARGS, doc_set_completer_delims},
697 {"add_history", py_add_history, METH_VARARGS, doc_add_history},
698 {"remove_history_item", py_remove_history, METH_VARARGS, doc_remove_history},
699 {"replace_history_item", py_replace_history, METH_VARARGS, doc_replace_history},
704 METH_VARARGS, doc_set_completion_display_matches_hook},
706 METH_VARARGS, doc_set_startup_hook},
709 METH_VARARGS, doc_set_pre_input_hook},