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

Method get_networks

vrtManager/connection.py:367–373  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

365 return storages
366
367 def get_networks(self):
368 virtnet = []
369 for net in self.wvm.listNetworks():
370 virtnet.append(net)
371 for net in self.wvm.listDefinedNetworks():
372 virtnet.append(net)
373 return virtnet
374
375 def get_ifaces(self):
376 interface = []

Callers 3

networkFunction · 0.80
get_networks_infoMethod · 0.80
create_instanceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected