Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ddserver/ddserver
/ success
Method
success
ddserver/interface/message.py:50–51 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
48
49
50
def
success(self, message):
51
self.__push(self.Level.success, message)
52
53
54
def
error(self, message):
Callers
15
login
Method · 0.80
logout
Method · 0.80
post_signup
Function · 0.80
post_signup_activate
Function · 0.80
post_signup_cancel
Function · 0.80
post_lostpass
Function · 0.80
post_lostpass_setnew
Function · 0.80
post_lostpass_cancel
Function · 0.80
post_account_edit
Function · 0.80
post_account_password
Function · 0.80
post_hosts_add
Function · 0.80
post_hosts_delete
Function · 0.80
Calls
1
__push
Method · 0.95
Tested by
no test coverage detected