MCPcopy
hub / github.com/pyload/pyload / getMetaData

Method getMetaData

module/ConfigParser.py:321–323  ·  view source on GitHub ↗

get all config data for an option

(self, section, option)

Source from the content-addressed store, hash-verified

319 self.save()
320
321 def getMetaData(self, section, option):
322 """ get all config data for an option """
323 return self.config[section][option]
324
325 def addPluginConfig(self, name, config, outline=""):
326 """adds config options with tuples (name, type, desc, default)"""

Callers 2

startMethod · 0.80
conf_basicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected