Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
29
class
NoFile(GridFSError):
30
""
"Raised when trying to read from a non-existent file."
""
31
32
33
class
FileExists(GridFSError):
Callers
14
get_version
Method · 0.90
delete
Method · 0.90
delete_by_name
Method · 0.90
open_download_stream_by_name
Method · 0.90
rename
Method · 0.90
rename_by_name
Method · 0.90
open
Method · 0.90
get_version
Method · 0.90
delete
Method · 0.90
delete_by_name
Method · 0.90
open_download_stream_by_name
Method · 0.90
rename
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected