MCPcopy 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
373def test_pdf_formatter():
374 pdf = MakePDF()
375 f = PDFFormatter()
376 assert f(pdf) == "PDF"
377
378
379def test_print_method_bound():

Callers

nothing calls this directly

Calls 3

PDFFormatterClass · 0.90
MakePDFClass · 0.85
fFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…