有没有办法编辑自定义pyreadline完整选项。例如,如果我有一个完整的函数,它返回以下匹配项:
shell>ap<TAB>
apple apricot
我想将输出编辑成这样:
shell>ap<TAB>
apple - green fruit with seeds
apricot - orange fruit with stone
我知道在Linux中可以使用set_completion_display_matches_hook方法。但是在Windows上,此方法不可用。有人知道Windows解决方案吗?