Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
network
Function · 0.45
storage
Function · 0.45
instance
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected