MCPcopy
hub / github.com/iBaa/PlexConnect / __init__

Method __init__

ATVSettings.py:87–91  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

85
86class CATVSettings():
87 def __init__(self, path):
88 dprint(__name__, 1, "init class CATVSettings")
89 self.cfg = None
90 self.path = path
91 self.loadSettings()
92
93
94

Callers

nothing calls this directly

Calls 2

loadSettingsMethod · 0.95
dprintFunction · 0.85

Tested by

no test coverage detected