Exemplo n.º 1
0
 def save(self):
     Xml2Dict.set(self, self._dict)
     print(self._dict)
     Xml2Dict.printPretty(self)
     Xml2Dict.save(self)
Exemplo n.º 2
0
	def save(self):
		Xml2Dict.set(self, self._dict)
		Xml2Dict.save(self)
Exemplo n.º 3
0
	def save(self):
		Xml2Dict.set(self, self._dict)
		print(self._dict)
		Xml2Dict.printPretty(self)
		Xml2Dict.save(self)
Exemplo n.º 4
0
 def save(self):
     Xml2Dict.set(self, self._dict)
     Xml2Dict.save(self)