예제 #1
0
 def configuration(self):
     config = CompositeNode.configuration(self)
     get_attribute(self, 'debug_lvl', config)
     get_attribute(self, 'lan_address', config)
     get_attribute(self, 'id_number', config)
     get_attribute(self, 'description', config)
     get_attribute(self, 'proxy_lan_addr', config)
     get_attribute(self, 'proxy_obj_ref', config)
     get_attribute(self, '__node_id__', config)
     ActiveProxyAbstractClass.configuration(self, config)
     return config
예제 #2
0
파일: points.py 프로젝트: mcruse/monotone
 def configuration(self):
     config = CompositeNode.configuration(self)
     get_attribute(self, 'debug_lvl', config)
     get_attribute(self, 'lan_address', config)
     get_attribute(self, 'id_number', config)
     get_attribute(self, 'description', config)
     get_attribute(self, 'proxy_lan_addr', config)
     get_attribute(self, 'proxy_obj_ref', config)
     get_attribute(self, '__node_id__', config)
     ActiveProxyAbstractClass.configuration(self, config)
     return config