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

Method close

vrtManager/connection.py:459–463  ·  view source on GitHub ↗

Close connection

(self)

Source from the content-addressed store, hash-verified

457 return {'name': dom.name(), 'status': dom.info()[0], 'uuid': dom.UUIDString(), 'vcpu': vcpu, 'memory': mem}
458
459 def close(self):
460 """Close connection"""
461 # to-do: do not close connection ;)
462 # self.wvm.close()
463 pass

Callers 2

closeMethod · 0.45
host_is_upMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected