Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
11
class
User(Document):
12
email = StringField(required=True)
13
first_name = StringField(max_length=50)
14
last_name = StringField(max_length=50)
15
16
17
class
Post(Document):
Callers
1
tumblelog.py
File · 0.70
Calls
1
StringField
Class · 0.85
Tested by
no test coverage detected