MCPcopy 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

Calls 1

FileFieldClass · 0.85

Tested by 2