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

Class DummyMod

IPython/core/interactiveshell.py:278–281  ·  view source on GitHub ↗

A dummy module used for IPython's interactive module when a namespace must be assigned to the module's __dict__.

Source from the content-addressed store, hash-verified

276
277@undoc
278class DummyMod(object):
279 """A dummy module used for IPython's interactive module when
280 a namespace must be assigned to the module's __dict__."""
281 __spec__ = None
282
283
284class ExecutionInfo(object):

Callers 2

mainloopMethod · 0.90
prepare_user_moduleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected