MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / CorruptGridFile

Class CorruptGridFile

gridfs/errors.py:25–26  ·  view source on GitHub ↗

Raised when a file in :class:`~gridfs.GridFS` is malformed.

Source from the content-addressed store, hash-verified

23
24
25class CorruptGridFile(GridFSError):
26 """Raised when a file in :class:`~gridfs.GridFS` is malformed."""
27
28
29class NoFile(GridFSError):

Callers 4

readchunkMethod · 0.90
nextMethod · 0.90
readchunkMethod · 0.90
nextMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected