Exemple #1
0
 def save(self):
     Xml2Dict.set(self, self._dict)
     print(self._dict)
     Xml2Dict.printPretty(self)
     Xml2Dict.save(self)
	def save(self):
		Xml2Dict.set(self, self._dict)
		Xml2Dict.save(self)
Exemple #3
0
	def save(self):
		Xml2Dict.set(self, self._dict)
		print(self._dict)
		Xml2Dict.printPretty(self)
		Xml2Dict.save(self)
Exemple #4
0
 def save(self):
     Xml2Dict.set(self, self._dict)
     Xml2Dict.save(self)