Home
last modified time | relevance | path

Searched refs:_history_matches (Results 1 – 7 of 7) sorted by relevance

/dports/shells/xonsh/xonsh-0.7.9/xonsh/ptk2/
H A Dshell.py68 self._history_matches_orig = self.prompter.default_buffer._history_matches
114 self.prompter.default_buffer._history_matches = MethodType(
118 self.prompter.default_buffer._history_matches
121 self.prompter.default_buffer._history_matches = self._history_matches_orig
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/
H A Dbuffer.py69 def _history_matches(self, i): member in ModalBuffer
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/
H A Dbuffer.py855 def _history_matches(self, i): member in Buffer
875 if self._history_matches(i):
897 if self._history_matches(i):
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/
H A Dbuffer.py856 def _history_matches(self, i): member in Buffer
876 if self._history_matches(i):
898 if self._history_matches(i):
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/
H A Dbuffer.py891 def _history_matches(self, i): member in Buffer
911 if self._history_matches(i):
933 if self._history_matches(i):
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/
H A Dbuffer.py891 def _history_matches(self, i): member in Buffer
911 if self._history_matches(i):
933 if self._history_matches(i):
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/
H A Dbuffer.py1024 def _history_matches(self, i: int) -> bool: member in Buffer
1045 if self._history_matches(i):
1067 if self._history_matches(i):