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

Class Brother

tests/fields/test_fields.py:1530–1531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1528 pass
1529
1530 class Brother(Sibling):
1531 sibling = ReferenceField(Sibling)
1532
1533 Sister.drop_collection()
1534 Brother.drop_collection()

Calls 1

ReferenceFieldClass · 0.90