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

Class LogEntry

tests/fields/test_date_field.py:61–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 """
60
61 class LogEntry(Document):
62 date = DateField()
63
64 LogEntry.drop_collection()
65

Callers 3

test_dateMethod · 0.70
test_regular_usageMethod · 0.70
test_validationMethod · 0.70

Calls 1

DateFieldClass · 0.85

Tested by 3

test_dateMethod · 0.56
test_regular_usageMethod · 0.56
test_validationMethod · 0.56