MCPcopy Create free account
hub / github.com/MongoEngine/mongoengine / Venue

Class Venue

tests/queryset/test_geo.py:283–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281 """
282
283 class Venue(EmbeddedDocument):
284 location = point_field_class()
285 name = StringField()
286
287 class Event(Document):
288 title = StringField()

Callers 1

_test_embeddedMethod · 0.70

Calls 1

StringFieldClass · 0.85

Tested by 1

_test_embeddedMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…