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

Method _vol_XMLDesc

vrtManager/storage.py:172–174  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

170 return vol.info()[1]
171
172 def _vol_XMLDesc(self, name):
173 vol = self.get_volume(name)
174 return vol.XMLDesc(0)
175
176 def del_volume(self, name):
177 vol = self.pool.storageVolLookupByName(name)

Callers 1

get_volume_typeMethod · 0.95

Calls 1

get_volumeMethod · 0.95

Tested by

no test coverage detected