コード例 #1
0
 def configuration(self):
     cd = ComparisonTrigger.configuration(self)
     get_attribute(self, 'key', cd)
     return cd
コード例 #2
0
ファイル: fsg_nodes.py プロジェクト: mcruse/monotone
 def configuration(self):
     cd = ComparisonTrigger.configuration(self)
     get_attribute(self, 'key',cd)
     return cd
コード例 #3
0
 def configure(self, cd):
     ComparisonTrigger.configure(self, cd)
     set_attribute(self, 'key', 'DefaultTriggerKey', cd)
     return
コード例 #4
0
ファイル: fsg_nodes.py プロジェクト: mcruse/monotone
 def configure(self, cd):
     ComparisonTrigger.configure(self,cd)
     set_attribute(self, 'key','DefaultTriggerKey',cd)
     return