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

Class MyDoc

tests/fields/test_date_field.py:21–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 """
20
21 class MyDoc(Document):
22 dt = DateField()
23
24 md = MyDoc(dt="")
25 with pytest.raises(ValidationError):

Calls 1

DateFieldClass · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…