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

Method shutdown

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

Source from the content-addressed store, hash-verified

129 self.instance.create()
130
131 def shutdown(self):
132 self.instance.shutdown()
133
134 def force_shutdown(self):
135 self.instance.destroy()

Callers 4

setupCanvasesFunction · 0.45
shutdownMethod · 0.45
instancesFunction · 0.45
instanceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected