Home
last modified time | relevance | path

Searched refs:_xml_to_dict (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/py-OWSLib/OWSLib-0.24.1/owslib/waterml/
H A Dwml.py3 from owslib.util import xml_to_dict as _xml_to_dict unknown
121 xml_dict = _xml_to_dict(self._root)
243 xml_dict = _xml_to_dict(self._root)
459 xml_dict = _xml_to_dict(self._root)
524 xml_dict = _xml_to_dict(self._root)
541 xml_dict = _xml_to_dict(self._root)
575 xml_dict = _xml_to_dict(self._root)
749 xml_dict = _xml_to_dict(self._root)
765 xml_dict = _xml_to_dict(self._root)
795 xml_dict = _xml_to_dict(self._root)
[all …]
/dports/devel/py-bandit/bandit-1.7.1/tests/unit/formatters/
H A Dtest_xml.py40 def _xml_to_dict(self, t): member in XmlFormatterTests
45 for dc in map(self._xml_to_dict, children):
67 data = self._xml_to_dict(ET.XML(f.read()))
/dports/devel/py-ramlfications/ramlfications-0.1.9/tests/
H A Dtest_utils.py53 xml_data = utils._xml_to_dict(data)
62 utils._xml_to_dict(data)
72 utils._xml_to_dict(data)
181 utils._xml_to_dict.assert_called_once()
/dports/sysutils/py-salt/salt-3004.1/salt/cloud/clouds/
H A Dopennebula.py157 images[image.find("NAME").text] = _xml_to_dict(image)
187 locations[host.find("NAME").text] = _xml_to_dict(host)
370 groups[group.find("NAME").text] = _xml_to_dict(group)
1482 info[tree.find("NAME").text] = _xml_to_dict(tree)
2147 info[tree.find("NAME").text] = _xml_to_dict(tree)
3373 info[tree.find("NAME").text] = _xml_to_dict(tree)
3521 info[vm_.find("ID").text] = _xml_to_dict(vm_)
4263 info[tree.find("NAME").text] = _xml_to_dict(tree)
4544 vms[vm.find("NAME").text] = _xml_to_dict(vm)
4549 def _xml_to_dict(xml): function
[all …]
H A Dec2.py200 def _xml_to_dict(xmltree): function
219 xmldict[name] = _xml_to_dict(item)
227 xmldict[name].append(_xml_to_dict(item))
418 data = _xml_to_dict(root)
470 ret.append(_xml_to_dict(item))
/dports/www/py-pyocclient/pyocclient-0.6/owncloud/
H A Downcloud.py1211 return self._xml_to_dict(data_element)
1900 def _xml_to_dict(self, element): member in Client
1912 return_dict[el.tag] = self._xml_to_dict(children)
1925 return ShareInfo(self._xml_to_dict(data_el))
/dports/devel/py-ramlfications/ramlfications-0.1.9/ramlfications/
H A Dutils.py123 def _xml_to_dict(response_text): function
185 xml_data = _xml_to_dict(raw_data)