Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ foo_printer
Function
foo_printer
IPython/core/tests/test_formatters.py:45–46 ·
view source on GitHub ↗
(obj, pp, cycle)
Source
from the content-addressed store, hash-verified
43
return
'GoodPretty()'
44
45
def
foo_printer(obj, pp, cycle):
46
pp.text(
'foo'
)
47
48
def
test_pretty():
49
f = PlainTextFormatter()
Callers
nothing calls this directly
Calls
1
text
Method · 0.45
Tested by
no test coverage detected