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

Class Person

tests/fields/test_date_field.py:46–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 """
45
46 class Person(Document):
47 day = DateField(default=datetime.date.today)
48
49 person = Person()
50 person.validate()

Callers 1

Calls 1

DateFieldClass · 0.85

Tested by 1