MCPcopy
hub / github.com/retspen/webvirtcloud / get_target_path

Method get_target_path

vrtManager/storage.py:141–142  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

139 return util.get_xml_path(self._XMLDesc(0), "/pool/@type")
140
141 def get_target_path(self):
142 return util.get_xml_path(self._XMLDesc(0), "/pool/target/path")
143
144 def get_allocation(self):
145 return long(util.get_xml_path(self._XMLDesc(0), "/pool/allocation"))

Callers 1

storageFunction · 0.80

Calls 1

_XMLDescMethod · 0.95

Tested by

no test coverage detected