Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __repr__
Method
__repr__
IPython/utils/sentinel.py:15–16 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
13
14
15
def
__repr__(self):
16
return
str(self.module)+
'.'
+self.name
17
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected