(self)
| 449 | def _repr_png_(self): |
| 450 | return 'should-be-overwritten' |
| 451 | def _repr_html_(self): |
| 452 | return '<b>hi!</b>' |
| 453 | |
| 454 | f = get_ipython().display_formatter |
| 455 | html_f = f.formatters['text/html'] |
nothing calls this directly
no outgoing calls
no test coverage detected