MCPcopy 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_fieldsMethod · 0.85
test_copyableMethod · 0.85

Calls 1

FileFieldClass · 0.85

Tested by 2

test_file_fieldsMethod · 0.68
test_copyableMethod · 0.68