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

Method get_autostart

vrtManager/network.py:82–83  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80 return self.net.XMLDesc(flags)
81
82 def get_autostart(self):
83 return self.net.autostart()
84
85 def set_autostart(self, value):
86 self.net.setAutostart(value)

Callers 3

networkFunction · 0.45
storageFunction · 0.45
instanceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected