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

Method getSetting

ATVSettings.py:134–137  ·  view source on GitHub ↗
(self, UDID, option)

Source from the content-addressed store, hash-verified

132
133 # access/modify AppleTV options
134 def getSetting(self, UDID, option):
135 self.checkSection(UDID)
136 dprint(__name__, 1, "getsetting {0}", self.cfg.get(UDID, option))
137 return self.cfg.get(UDID, option)
138
139 def setSetting(self, UDID, option, val):
140 self.checkSection(UDID)

Callers 1

ATVSettings.pyFile · 0.45

Calls 2

checkSectionMethod · 0.95
dprintFunction · 0.85

Tested by

no test coverage detected