Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ LinkPost
Class
LinkPost
docs/code/tumblelog.py:35–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
35
class
LinkPost(Post):
36
link_url = StringField()
37
38
39
Post.drop_collection()
Callers
1
tumblelog.py
File · 0.85
Calls
1
StringField
Class · 0.85
Tested by
no test coverage detected