MCPcopy
hub / github.com/retspen/webvirtcloud / get_bridge_device

Method get_bridge_device

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

Source from the content-addressed store, hash-verified

92 return self.net.UUIDString()
93
94 def get_bridge_device(self):
95 try:
96 return self.net.bridgeName()
97 except:
98 return None
99
100 def start(self):
101 self.net.create()

Callers 1

networkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected