Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
328
class
Error(Exception):
329
def
__str__(self):
330
return
self.__class__.__name__ +
": "
+
" "
.join(self.args)
331
332
333
class
FormatError(Error):
Callers
15
from_array
Function · 0.85
asDirect
Method · 0.85
asRGB
Method · 0.85
n
Function · 0.85
v
Function · 0.85
S
Function · 0.85
o
Function · 0.85
x
Function · 0.85
_
Function · 0.85
d
Function · 0.85
i
Function · 0.85
"node_modules/string-split-by/index.js"
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected