Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ Group
Class
Group
tests/fields/test_fields.py:2743–2744 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2741
name = StringField()
2742
2743
class
Group(Document):
2744
member = ReferenceField(User)
2745
2746
User.drop_collection()
2747
Group.drop_collection()
Callers
nothing calls this directly
Calls
1
ReferenceField
Class · 0.90
Tested by
no test coverage detected