MCPcopy Index your code
hub / github.com/ipython/ipython / __init__

Method __init__

IPython/terminal/embed.py:111–113  ·  view source on GitHub ↗
(self, repr)

Source from the content-addressed store, hash-verified

109
110class _Sentinel:
111 def __init__(self, repr):
112 assert isinstance(repr, str)
113 self.repr = repr
114
115 def __repr__(self):
116 return repr

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected