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

Method __init__

vrtManager/storage.py:88–90  ·  view source on GitHub ↗
(self, host, login, passwd, conn, pool)

Source from the content-addressed store, hash-verified

86
87class wvmStorage(wvmConnect):
88 def __init__(self, host, login, passwd, conn, pool):
89 wvmConnect.__init__(self, host, login, passwd, conn)
90 self.pool = self.get_storage(pool)
91
92 def get_name(self):
93 return self.pool.name()

Callers

nothing calls this directly

Calls 1

get_storageMethod · 0.80

Tested by

no test coverage detected