예제 #1
0
파일: __init__.py 프로젝트: mcruse/monotone
 def configuration(self):
     config = ServiceNode.configuration(self)        
     get_attribute(self, 'alias', config)
     get_attribute(self, 'class_name', config)
     get_attribute(self, 'lifetime', config)
     return config
예제 #2
0
파일: _manager.py 프로젝트: mcruse/monotone
 def configuration(self):
     cd = ServiceNode.configuration(self)
     get_attribute(self, 'ttl', cd, str)
     return cd
예제 #3
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'alias', config)
     get_attribute(self, 'class_name', config)
     get_attribute(self, 'lifetime', config)
     return config
예제 #4
0
파일: __init__.py 프로젝트: mcruse/monotone
 def configuration(self):
     config = ServiceNode.configuration(self)
     config['secured'] = self.secured
     return config
예제 #5
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     config['secured'] = self.secured
     return config
예제 #6
0
 def configuration(self):
     cd = ServiceNode.configuration(self)
     get_attribute(self, 'ttl', cd, str)
     return cd