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

Class ProtocolError

_plotly_utils/png.py:341–345  ·  view source on GitHub ↗

Problem with the way the programming interface has been used, or the data presented to it.

Source from the content-addressed store, hash-verified

339
340
341class ProtocolError(Error):
342 """
343 Problem with the way the programming interface has been used,
344 or the data presented to it.
345 """
346
347
348class ChunkError(FormatError):

Callers 9

check_paletteFunction · 0.85
check_sizesFunction · 0.85
check_colorFunction · 0.85
__init__Method · 0.85
check_rowsMethod · 0.85
writeMethod · 0.85
check_bitdepth_rescaleFunction · 0.85
from_arrayFunction · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected