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

Class History1

tests/test_connection.py:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81 def test_connect_disconnect_works_properly(self):
82 class History1(Document):
83 name = StringField()
84 meta = {"db_alias": "db1"}
85
86 class History2(Document):
87 name = StringField()

Calls 1

StringFieldClass · 0.90

Used in the wild real call sites across dependent graphs

searching dependent graphs…