(backend)
| 154 | def setup(self): |
| 155 | import matplotlib |
| 156 | def act_mpl(backend): |
| 157 | matplotlib.rcParams['backend'] = backend |
| 158 | |
| 159 | # Save rcParams since they get modified |
| 160 | self._saved_rcParams = matplotlib.rcParams |
nothing calls this directly
no outgoing calls
no test coverage detected