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

Method __init__

vrtManager/network.py:72–74  ·  view source on GitHub ↗
(self, host, login, passwd, conn, net)

Source from the content-addressed store, hash-verified

70
71class wvmNetwork(wvmConnect):
72 def __init__(self, host, login, passwd, conn, net):
73 wvmConnect.__init__(self, host, login, passwd, conn)
74 self.net = self.get_network(net)
75
76 def get_name(self):
77 return self.net.name()

Callers

nothing calls this directly

Calls 1

get_networkMethod · 0.80

Tested by

no test coverage detected