()
| 143 | |
| 144 | |
| 145 | def _get_inline_config(): |
| 146 | from matplotlib_inline.config import InlineBackend |
| 147 | |
| 148 | return InlineBackend.instance() |
| 149 | |
| 150 | |
| 151 | @dec.skip_without("matplotlib") |
no outgoing calls
no test coverage detected
searching dependent graphs…