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

Class FormatError

_plotly_utils/png.py:333–338  ·  view source on GitHub ↗

Problem with input file format. In other words, PNG file does not conform to the specification in some way and is invalid.

Source from the content-addressed store, hash-verified

331
332
333class FormatError(Error):
334 """
335 Problem with input file format.
336 In other words, PNG file does not conform to
337 the specification in some way and is invalid.
338 """
339
340
341class ProtocolError(Error):

Callers 14

undo_filterMethod · 0.85
_iter_straight_packedMethod · 0.85
validate_signatureMethod · 0.85
preambleMethod · 0.85
_chunk_len_typeMethod · 0.85
_process_IHDRMethod · 0.85
_process_PLTEMethod · 0.85
_process_bKGDMethod · 0.85
_process_tRNSMethod · 0.85
_process_gAMAMethod · 0.85
_process_sBITMethod · 0.85
_process_pHYsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected