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

Function test__IPYTHON__

IPython/core/tests/test_interactiveshell.py:842–844  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

840 self.assertIsInstance(res.error_before_exec, InputRejected)
841
842def test__IPYTHON__():
843 # This shouldn't raise a NameError, that's all
844 __IPYTHON__
845
846
847class DummyRepr(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected