MCPcopy
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_pathsMethod · 0.80
evalMethod · 0.80
eval_asyncMethod · 0.80
_add_to_namespaceMethod · 0.80
get_completionsMethod · 0.80
_lookupMethod · 0.80
get_compiler_flagsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected