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

Method __getitem__

module/gui/CoreConfigParser.py:163–165  ·  view source on GitHub ↗

getitem

(self, item)

Source from the content-addressed store, hash-verified

161
162 #----------------------------------------------------------------------
163 def __getitem__(self, item):
164 """getitem"""
165 return self.parser.get(self.section, item)

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected