Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
110
class
_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