Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __repr__
Method
__repr__
IPython/core/alias.py:162–163 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
160
return
nargs
161
162
def
__repr__(self):
163
return
"<alias {} for {!r}>"
.format(self.name, self.cmd)
164
165
def
__call__(self, rest=
''
):
166
cmd = self.cmd
Callers
nothing calls this directly
Calls
1
format
Method · 0.45
Tested by
no test coverage detected