Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_flags
Method · 0.80
from_inspect_signature
Method · 0.80
Calls
1
get_values
Method · 0.80
Tested by
no test coverage detected