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

Method start_iface

vrtManager/interface.py:131–132  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

129 self.iface.destroy()
130
131 def start_iface(self):
132 self.iface.create()
133
134 def delete_iface(self):
135 self.iface.undefine()

Callers 1

interfaceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected