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

Method __getitem__

module/ConfigParser.py:373–375  ·  view source on GitHub ↗

getitem

(self, item)

Source from the content-addressed store, hash-verified

371 self.section = section
372
373 def __getitem__(self, item):
374 """getitem"""
375 return self.parser.get(self.section, item)
376
377 def __setitem__(self, item, value):
378 """setitem"""

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected