コード例 #1
0
ファイル: triggered_exporter.py プロジェクト: mcruse/monotone
 def configuration(self):
     config = SynchronizedExporter.configuration(self)
     get_attribute(self,'trigger',config,str)
     return config
コード例 #2
0
 def configuration(self):
     config = SynchronizedExporter.configuration(self)
     get_attribute(self,'hours',config,str)
     return config