Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ __init__
Method
__init__
lib/matplotlib/backends/backend_pgf.py:197–199 ·
view source on GitHub ↗
(self, message, latex_output="")
Source
from the content-addressed store, hash-verified
195
196
class
LatexError(Exception):
197
def
__init__(self, message, latex_output=
""
):
198
super().__init__(message)
199
self.latex_output = latex_output
200
201
def
__str__(self):
202
s, = self.args
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected