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

Method __init__

extensions/MaaS/maas.py:36–39  ·  view source on GitHub ↗
(self, config_path)

Source from the content-addressed store, hash-verified

34
35class MaasManager:
36 def __init__(self, config_path):
37 self.config_path = config_path
38 self.data = self.parse_json()
39 self.session = self.init_session()
40
41 def parse_json(self):
42 try:

Callers

nothing calls this directly

Calls 2

parse_jsonMethod · 0.95
init_sessionMethod · 0.95

Tested by

no test coverage detected