Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MongoEngine/mongoengine
/ User
Class
User
tests/queryset/test_field_list.py:187–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
186
def
test_only_with_subfields(self):
187
class
User(EmbeddedDocument):
188
name = StringField()
189
email = StringField()
190
191
class
Comment(EmbeddedDocument):
192
title = StringField()
Callers
3
test_only_with_subfields
Method · 0.70
test_exclude
Method · 0.70
test_exclude_from_subclasses_docs
Method · 0.70
Calls
1
StringField
Class · 0.85
Tested by
3
test_only_with_subfields
Method · 0.56
test_exclude
Method · 0.56
test_exclude_from_subclasses_docs
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…