Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ GridDocument
Class
GridDocument
tests/fields/test_file_field.py:189–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
188
def
test_file_field_no_default(self):
189
class
GridDocument(Document):
190
the_file = FileField()
191
192
GridDocument.drop_collection()
193
Callers
1
test_file_field_no_default
Method · 0.85
Calls
1
FileField
Class · 0.85
Tested by
1
test_file_field_no_default
Method · 0.68