MCPcopy 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

loginMethod · 0.80
logoutMethod · 0.80
post_signupFunction · 0.80
post_signup_activateFunction · 0.80
post_signup_cancelFunction · 0.80
post_lostpassFunction · 0.80
post_lostpass_setnewFunction · 0.80
post_lostpass_cancelFunction · 0.80
post_account_editFunction · 0.80
post_account_passwordFunction · 0.80
post_hosts_addFunction · 0.80
post_hosts_deleteFunction · 0.80

Calls 1

__pushMethod · 0.95

Tested by

no test coverage detected