MCPcopy Index your code
hub / github.com/retspen/webvirtcloud / get_type

Method get_type

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

Source from the content-addressed store, hash-verified

136 self.pool.setAutostart(value)
137
138 def get_type(self):
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")

Callers 4

create_volumeMethod · 0.95
clone_volumeMethod · 0.95
storageFunction · 0.45
interfaceFunction · 0.45

Calls 1

_XMLDescMethod · 0.95

Tested by

no test coverage detected