MCPcopy
hub / github.com/prompt-toolkit/ptpython / values

Method values

src/ptpython/python_input.py:142–143  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

140
141 @property
142 def values(self) -> Mapping[_T_lt, Callable[[], object]]:
143 return self.get_values()
144
145 def activate_next(self, _previous: bool = False) -> None:
146 """

Callers 2

get_compiler_flagsMethod · 0.80

Calls 1

get_valuesMethod · 0.80

Tested by

no test coverage detected