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

Method __init__

systemvm/debian/opt/cloud/bin/cs/CsFile.py:26–28  ·  view source on GitHub ↗
(self, filename)

Source from the content-addressed store, hash-verified

24 """ File editors """
25
26 def __init__(self, filename):
27 self.filename = filename
28 self.load()
29
30 def load(self):
31 self.new_config = []

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected