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

Class TextPost

docs/code/tumblelog.py:27–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27class TextPost(Post):
28 content = StringField()
29
30
31class ImagePost(Post):

Callers 1

tumblelog.pyFile · 0.70

Calls 1

StringFieldClass · 0.85

Tested by

no test coverage detected