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

Method getSetting

Settings.py:128–130  ·  view source on GitHub ↗
(self, option)

Source from the content-addressed store, hash-verified

126
127 # access/modify PlexConnect settings
128 def getSetting(self, option):
129 dprint(__name__, 1, "getsetting {0}={1}", option, self.cfg.get(self.section, option))
130 return self.cfg.get(self.section, option)
131
132
133

Callers 15

startupFunction · 0.95
discoverPMSFunction · 0.45
generateFunction · 0.45
Settings.pyFile · 0.45
RunFunction · 0.45
DNSServer.pyFile · 0.45
sendResponseMethod · 0.45
do_GETMethod · 0.45
RunFunction · 0.45
Run_SSLFunction · 0.45
WebServer.pyFile · 0.45
XML_PMS2aTVFunction · 0.45

Calls 1

dprintFunction · 0.85

Tested by

no test coverage detected