Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ test_pdf_formatter
Function
test_pdf_formatter
tests/test_formatters.py:373–376 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
371
372
373
def
test_pdf_formatter():
374
pdf = MakePDF()
375
f = PDFFormatter()
376
assert f(pdf) ==
"PDF"
377
378
379
def
test_print_method_bound():
Callers
nothing calls this directly
Calls
3
PDFFormatter
Class · 0.90
MakePDF
Class · 0.85
f
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…