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

Method items

Lib/ConfigParser.py:625–655  ·  view source on GitHub ↗

Return a list of tuples with (name, value) for each option in the section. All % interpolations are expanded in the return values, based on the defaults passed into the constructor, unless the optional argument `raw' is true. Additional substitutions may be provided

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

__init__Method · 0.45
itemsMethod · 0.45
writeMethod · 0.45
_readMethod · 0.45
getMethod · 0.45

Calls 7

_interpolateMethod · 0.95
NoSectionErrorClass · 0.85
optionxformMethod · 0.80
copyMethod · 0.45
updateMethod · 0.45
keysMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected