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

Method __iter__

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

Source from the content-addressed store, hash-verified

1322 return len(self._options())
1323
1324 def __iter__(self):
1325 return self._options().__iter__()
1326
1327 def _options(self):
1328 if self._name != self._parser.default_section:

Callers

nothing calls this directly

Calls 1

_optionsMethod · 0.95

Tested by

no test coverage detected