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

Method _XMLDesc

vrtManager/storage.py:105–106  ·  view source on GitHub ↗
(self, flags)

Source from the content-addressed store, hash-verified

103 return [self.pool.info()[1], self.pool.info()[3]]
104
105 def _XMLDesc(self, flags):
106 return self.pool.XMLDesc(flags)
107
108 def _createXML(self, xml, flags):
109 self.pool.createXML(xml, flags)

Callers 5

get_typeMethod · 0.95
get_target_pathMethod · 0.95
get_allocationMethod · 0.95
get_availableMethod · 0.95
get_capacityMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected