Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
303
class
MakePDF(object):
304
def
_repr_pdf_(self):
305
return
'PDF'
306
307
def
test_pdf_formatter():
308
pdf = MakePDF()
Callers
1
test_pdf_formatter
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_pdf_formatter
Function · 0.68