MCPcopy Create free account
hub / github.com/ipython/ipython / _config_default

Method _config_default

IPython/lib/latextools.py:24–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22class 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"],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected