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

Method __init__

IPython/utils/contexts.py:69–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 Context manager that does nothing."""
68
69 def __init__(self):
70 warnings.warn("""NoOpContext is deprecated since IPython 5.0 """,
71 DeprecationWarning, stacklevel=2)
72
73 def __enter__(self): pass
74 def __exit__(self, type, value, traceback): pass

Callers

nothing calls this directly

Calls 1

warnMethod · 0.80

Tested by

no test coverage detected