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

Class NoFile

gridfs/errors.py:29–30  ·  view source on GitHub ↗

Raised when trying to read from a non-existent file.

Source from the content-addressed store, hash-verified

27
28
29class NoFile(GridFSError):
30 """Raised when trying to read from a non-existent file."""
31
32
33class FileExists(GridFSError):

Callers 14

get_versionMethod · 0.90
deleteMethod · 0.90
delete_by_nameMethod · 0.90
renameMethod · 0.90
rename_by_nameMethod · 0.90
openMethod · 0.90
get_versionMethod · 0.90
deleteMethod · 0.90
delete_by_nameMethod · 0.90
renameMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected