Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __len__
Method
__len__
Lib/configparser.py:1321–1322 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1319
return
self._parser.has_option(self._name, key)
1320
1321
def
__len__(self):
1322
return
len(self._options())
1323
1324
def
__iter__(self):
1325
return
self._options().__iter__()
Callers
nothing calls this directly
Calls
1
_options
Method · 0.95
Tested by
no test coverage detected