Exemplo n.º 1
0
 def configuration(self):
     config = _Network.configuration(self)
     get_attribute(self, 'port', config, str)
     return config
Exemplo n.º 2
0
 def configuration(self):
     config = _Network.configuration(self)
     get_attribute(self, 'addr', config, int)
     return config
Exemplo n.º 3
0
	def configuration(self):
		config = _Network.configuration(self)
		get_attribute(self, 'addr', config, int)
		return config
Exemplo n.º 4
0
 def configuration(self):
     config = _Network.configuration(self)
     get_attribute(self, 'port', config, str)
     return config