(self)
| 22 | class LaTeXTool(SingletonConfigurable): |
| 23 | """An object to store configuration of the LaTeX tool.""" |
| 24 | def _config_default(self): |
| 25 | return get_config() |
| 26 | |
| 27 | backends = List( |
| 28 | Unicode(), ["matplotlib", "dvipng"], |
nothing calls this directly
no outgoing calls
no test coverage detected