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

Method __init__

vrtManager/connection.py:342–349  ·  view source on GitHub ↗
(self, host, login, passwd, conn)

Source from the content-addressed store, hash-verified

340
341class wvmConnect(object):
342 def __init__(self, host, login, passwd, conn):
343 self.login = login
344 self.host = host
345 self.passwd = passwd
346 self.conn = conn
347
348 # get connection from connection manager
349 self.wvm = connection_manager.get_connection(host, login, passwd, conn)
350
351 def get_cap_xml(self):
352 """Return xml capabilities"""

Callers 1

__init__Method · 0.45

Calls 1

get_connectionMethod · 0.80

Tested by

no test coverage detected