MCPcopy Index your code
hub / github.com/python/cpython / defaults

Method defaults

Lib/configparser.py:693–694  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

691 self._allow_unnamed_section = allow_unnamed_section
692
693 def defaults(self):
694 return self._defaults
695
696 def sections(self):
697 """Return a list of section names, excluding [DEFAULT]"""

Callers 2

_optionsMethod · 0.80
basic_testMethod · 0.80

Calls

no outgoing calls

Tested by 1

basic_testMethod · 0.64