Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prompt-toolkit/ptpython
/ get_globals
Method
get_globals
src/ptpython/ipython.py:242–243 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
240
super().__init__(*a, **kw)
241
242
def
get_globals():
243
return
self.user_ns
244
245
python_input = IPythonInput(
246
self,
Callers
9
_load_start_paths
Method · 0.80
eval
Method · 0.80
eval_async
Method · 0.80
_add_to_namespace
Method · 0.80
_remove_from_namespace
Method · 0.80
get_completions
Method · 0.80
_lookup
Method · 0.80
get_compiler_flags
Method · 0.80
get_signatures_in_executor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected