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

Class Foo

tests/fields/test_fields.py:996–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994
995 def test_list_field_passed_in_value(self):
996 class Foo(Document):
997 bars = ListField(ReferenceField("Bar"))
998
999 class Bar(Document):
1000 text = StringField()

Callers 3

test_reference_missMethod · 0.70

Calls 3

ListFieldClass · 0.90
ReferenceFieldClass · 0.90
IntFieldClass · 0.90

Tested by 3

test_reference_missMethod · 0.56