MCPcopy Create free account
hub / github.com/ipython/ipython / MakePDF

Class MakePDF

IPython/core/tests/test_formatters.py:303–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301
302
303class MakePDF(object):
304 def _repr_pdf_(self):
305 return 'PDF'
306
307def test_pdf_formatter():
308 pdf = MakePDF()

Callers 1

test_pdf_formatterFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_pdf_formatterFunction · 0.68