Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ _deferred_printers_default
Method
_deferred_printers_default
IPython/core/formatters.py:684–685 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
682
683
@default(
'deferred_printers'
)
684
def
_deferred_printers_default(self):
685
return
pretty._deferred_type_pprinters.copy()
686
687
#### FormatterABC interface ####
688
Callers
nothing calls this directly
Calls
1
copy
Method · 0.45
Tested by
no test coverage detected