コード例 #1
0
ファイル: trust_state.py プロジェクト: zbyufei/ExtreMon
	def put_with_comment(self,prefix,test,state,comment):
		CauldronContributor.put_with_comment(self,'%s.%s' % (prefix,test),state,comment)
コード例 #2
0
 def put_with_comment(self, prefix, test, state, comment):
     CauldronContributor.put_with_comment(self, '%s.%s' % (prefix, test),
                                          state, comment)