MCPcopy Index your code
hub / github.com/pyload/pyload / get

Method get

module/gui/CoreConfigParser.py:143–145  ·  view source on GitHub ↗

get value

(self, section, option)

Source from the content-addressed store, hash-verified

141
142 #----------------------------------------------------------------------
143 def get(self, section, option):
144 """get value"""
145 return self.config[section][option]["value"]
146
147 #----------------------------------------------------------------------
148 def __getitem__(self, section):

Callers 2

__getitem__Method · 0.45
CNLServer.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected