MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / SetFile

Class SetFile

tests/fields/test_file_field.py:163–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162 def test_file_fields_set(self):
163 class SetFile(Document):
164 the_file = FileField()
165
166 text = b"Hello, World!"
167 more_text = b"Foo Bar"

Callers 1

test_file_fields_setMethod · 0.85

Calls 1

FileFieldClass · 0.85

Tested by 1

test_file_fields_setMethod · 0.68