Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/liangliangyy/DjangoBlog
/ save
Method
save
blog/models.py:146–147 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
144
return
names
145
146
def
save(self, *args, **kwargs):
147
super().save(*args, **kwargs)
148
149
def
viewed(self):
150
self.views += 1
Callers
15
test_validate_article
Method · 0.95
viewed
Method · 0.95
test_validate_comment
Method · 0.95
test_validate_account
Method · 0.95
test_validate_register
Method · 0.95
test_validate_comment
Method · 0.95
create
Method · 0.45
rebuild
Method · 0.45
update_docs
Method · 0.45
test_commands
Method · 0.45
save
Method · 0.45
save
Method · 0.45
Calls
no outgoing calls
Tested by
13
test_validate_article
Method · 0.76
test_validate_comment
Method · 0.76
test_validate_account
Method · 0.76
test_validate_register
Method · 0.76
test_validate_comment
Method · 0.76
test_commands
Method · 0.36
handle
Method · 0.36
test_oauth_login_test
Method · 0.36
init_apps
Method · 0.36
update_article_comment_status
Method · 0.36
test_post_reply_comment
Method · 0.36
test_comment_moderation
Method · 0.36