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

Method __init__

vrtManager/interface.py:53–55  ·  view source on GitHub ↗
(self, host, login, passwd, conn, iface)

Source from the content-addressed store, hash-verified

51
52class wvmInterface(wvmConnect):
53 def __init__(self, host, login, passwd, conn, iface):
54 wvmConnect.__init__(self, host, login, passwd, conn)
55 self.iface = self.get_iface(iface)
56
57 def _XMLDesc(self, flags=0):
58 return self.iface.XMLDesc(flags)

Callers

nothing calls this directly

Calls 1

get_ifaceMethod · 0.80

Tested by

no test coverage detected