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

Class User

docs/code/tumblelog.py:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11class User(Document):
12 email = StringField(required=True)
13 first_name = StringField(max_length=50)
14 last_name = StringField(max_length=50)
15
16
17class Post(Document):

Callers 1

tumblelog.pyFile · 0.70

Calls 1

StringFieldClass · 0.85

Tested by

no test coverage detected