MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / get

Method get

Lib/ConfigParser.py:590–623  ·  view source on GitHub ↗

Get an option value for a given section. If `vars' is provided, it must be a dictionary. The option is looked up in `vars' (if provided), `section', and in `defaults' in that order. All % interpolations are expanded in the return values, unless the optional argument

(self, section, option, raw=False, vars=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

_read_pypircMethod · 0.95
parse_config_filesMethod · 0.95

Calls 6

_interpolateMethod · 0.95
NoSectionErrorClass · 0.85
_ChainmapClass · 0.85
NoOptionErrorClass · 0.85
optionxformMethod · 0.80
itemsMethod · 0.45

Tested by

no test coverage detected