MCPcopy Create free account
hub / github.com/apache/cloudstack / __init__

Method __init__

systemvm/debian/opt/cloud/bin/merge.py:89–93  ·  view source on GitHub ↗
(self, qFile)

Source from the content-addressed store, hash-verified

87 DPATH = "/etc/cloudstack"
88
89 def __init__(self, qFile):
90 self.qFile = qFile
91 self.fpath = ''
92 self.bdata = {}
93 self.process()
94
95 def process(self):
96 self.db = DataBag()

Callers

nothing calls this directly

Calls 1

processMethod · 0.95

Tested by

no test coverage detected