Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ Bookmark
Class
Bookmark
tests/fields/test_fields.py:1600–1601 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1598
title = StringField()
1599
1600
class
Bookmark(Document):
1601
bookmark_object = GenericReferenceField()
1602
1603
Link.drop_collection()
1604
Post.drop_collection()
Callers
4
test_generic_reference
Method · 0.85
test_generic_reference_choices
Method · 0.85
test_generic_reference_string_choices
Method · 0.85
test_generic_reference_choices_no_dereference
Method · 0.85
Calls
2
GenericReferenceField
Class · 0.90
StringField
Class · 0.90
Tested by
4
test_generic_reference
Method · 0.68
test_generic_reference_choices
Method · 0.68
test_generic_reference_string_choices
Method · 0.68
test_generic_reference_choices_no_dereference
Method · 0.68