Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
86
class
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
loadSettings
Method · 0.95
dprint
Function · 0.85
Tested by
no test coverage detected