MCPcopy Create free account
hub / github.com/ipython/ipython / user_global_ns

Method user_global_ns

IPython/core/interactiveshell.py:1277–1278  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1275
1276 @property
1277 def user_global_ns(self):
1278 return self.user_module.__dict__
1279
1280 def prepare_user_module(self, user_module=None, user_ns=None):
1281 """Prepare the module and namespace in which user code will be run.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected