Lines Matching refs:PyCFunction
12 … {"parse_and_bind", (PyCFunction)readline_parse_and_bind, METH_O, readline_parse_and_bind__doc__},
23 …{"read_init_file", (PyCFunction)(void(*)(void))readline_read_init_file, METH_FASTCALL, readline_re…
57 …{"read_history_file", (PyCFunction)(void(*)(void))readline_read_history_file, METH_FASTCALL, readl…
91 …{"write_history_file", (PyCFunction)(void(*)(void))readline_write_history_file, METH_FASTCALL, rea…
127 …{"append_history_file", (PyCFunction)(void(*)(void))readline_append_history_file, METH_FASTCALL, r…
169 …{"set_history_length", (PyCFunction)readline_set_history_length, METH_O, readline_set_history_leng…
197 …{"get_history_length", (PyCFunction)readline_get_history_length, METH_NOARGS, readline_get_history…
219 …{"set_completion_display_matches_hook", (PyCFunction)(void(*)(void))readline_set_completion_displa…
255 …{"set_startup_hook", (PyCFunction)(void(*)(void))readline_set_startup_hook, METH_FASTCALL, readlin…
293 …{"set_pre_input_hook", (PyCFunction)(void(*)(void))readline_set_pre_input_hook, METH_FASTCALL, rea…
327 …{"get_completion_type", (PyCFunction)readline_get_completion_type, METH_NOARGS, readline_get_compl…
345 {"get_begidx", (PyCFunction)readline_get_begidx, METH_NOARGS, readline_get_begidx__doc__},
363 {"get_endidx", (PyCFunction)readline_get_endidx, METH_NOARGS, readline_get_endidx__doc__},
381 …{"set_completer_delims", (PyCFunction)readline_set_completer_delims, METH_O, readline_set_complete…
390 …{"remove_history_item", (PyCFunction)readline_remove_history_item, METH_O, readline_remove_history…
420 …{"replace_history_item", (PyCFunction)(void(*)(void))readline_replace_history_item, METH_FASTCALL,…
461 {"add_history", (PyCFunction)readline_add_history, METH_O, readline_add_history__doc__},
470 …{"set_auto_history", (PyCFunction)readline_set_auto_history, METH_O, readline_set_auto_history__do…
499 …{"get_completer_delims", (PyCFunction)readline_get_completer_delims, METH_NOARGS, readline_get_com…
521 …{"set_completer", (PyCFunction)(void(*)(void))readline_set_completer, METH_FASTCALL, readline_set_…
553 …{"get_completer", (PyCFunction)readline_get_completer, METH_NOARGS, readline_get_completer__doc__},
571 …{"get_history_item", (PyCFunction)readline_get_history_item, METH_O, readline_get_history_item__do…
599 …{"get_current_history_length", (PyCFunction)readline_get_current_history_length, METH_NOARGS, read…
617 …{"get_line_buffer", (PyCFunction)readline_get_line_buffer, METH_NOARGS, readline_get_line_buffer__…
637 …{"clear_history", (PyCFunction)readline_clear_history, METH_NOARGS, readline_clear_history__doc__},
657 {"insert_text", (PyCFunction)readline_insert_text, METH_O, readline_insert_text__doc__},
666 {"redisplay", (PyCFunction)readline_redisplay, METH_NOARGS, readline_redisplay__doc__},