MCPcopy Index your code
hub / github.com/plotly/plotly.py / Error

Class Error

_plotly_utils/png.py:328–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327
328class Error(Exception):
329 def __str__(self):
330 return self.__class__.__name__ + ": " + " ".join(self.args)
331
332
333class FormatError(Error):

Callers 15

from_arrayFunction · 0.85
asDirectMethod · 0.85
asRGBMethod · 0.85
nFunction · 0.85
vFunction · 0.85
SFunction · 0.85
oFunction · 0.85
xFunction · 0.85
_Function · 0.85
dFunction · 0.85
iFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected