Show More
@@ -837,6 +837,8 b' class PDFFormatter(BaseFormatter):' | |||||
837 |
|
837 | |||
838 | print_method = ObjectName('_repr_pdf_') |
|
838 | print_method = ObjectName('_repr_pdf_') | |
839 |
|
839 | |||
|
840 | _return_type = (bytes, unicode_type) | |||
|
841 | ||||
840 |
|
842 | |||
841 | FormatterABC.register(BaseFormatter) |
|
843 | FormatterABC.register(BaseFormatter) | |
842 | FormatterABC.register(PlainTextFormatter) |
|
844 | FormatterABC.register(PlainTextFormatter) |
General Comments 0
You need to be logged in to leave comments.
Login now