Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ inner
Method
inner
IPython/lib/pretty.py:554–555 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
552
@classmethod
553
def
factory(cls, name):
554
def
inner(*args, **kwargs):
555
return
cls(name, *args, **kwargs)
556
return
inner
557
558
def
_repr_pretty_(self, p, cycle):
Callers
1
timeit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected