MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / get

Method get

pager_lib/pymysql/optionfile.py:19–21  ·  view source on GitHub ↗
(self, section, option)

Source from the content-addressed store, hash-verified

17 return key.lower().replace("_", "-")
18
19 def get(self, section, option):
20 value = configparser.RawConfigParser.get(self, section, option)
21 return self.__remove_quotes(value)

Callers 15

__init__Method · 0.45
contextMethod · 0.45
_createComponentMethod · 0.45
valueDecoderMethod · 0.45
indefLenValueDecoderMethod · 0.45
__call__Method · 0.45
__getattr__Function · 0.45
encodeMethod · 0.45
encodeValueMethod · 0.45
encodeValueMethod · 0.45
encodeValueMethod · 0.45
encodeValueMethod · 0.45

Calls 1

__remove_quotesMethod · 0.95

Tested by

no test coverage detected