Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ PutFile
Class
PutFile
tests/fields/test_file_field.py:53–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
""
"Ensure that file fields can be written to and their data retrieved"
""
52
53
class
PutFile(Document):
54
the_file = FileField()
55
56
PutFile.drop_collection()
57
Callers
2
test_file_fields
Method · 0.85
test_copyable
Method · 0.85
Calls
1
FileField
Class · 0.85
Tested by
2
test_file_fields
Method · 0.68
test_copyable
Method · 0.68