(self)
| 55 | ipython_display_formatter = ForwardDeclaredInstance('FormatterABC') |
| 56 | @default('ipython_display_formatter') |
| 57 | def _default_formatter(self): |
| 58 | return IPythonDisplayFormatter(parent=self) |
| 59 | |
| 60 | mimebundle_formatter = ForwardDeclaredInstance('FormatterABC') |
| 61 | @default('mimebundle_formatter') |
nothing calls this directly
no test coverage detected