Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ StreamFile
Class
StreamFile
tests/fields/test_file_field.py:95–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
""
"Ensure that file fields can be written to and their data retrieved"
""
94
95
class
StreamFile(Document):
96
the_file = FileField()
97
98
StreamFile.drop_collection()
99
Callers
2
test_file_fields_stream
Method · 0.85
test_file_fields_stream_after_none
Method · 0.85
Calls
1
FileField
Class · 0.85
Tested by
2
test_file_fields_stream
Method · 0.68
test_file_fields_stream_after_none
Method · 0.68