Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/configparser.py:368–369 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
366
""
"Raised when an attempt to use UNNAMED_SECTION is made
with
the
367
feature disabled.
""
"
368
def
__init__(self):
369
Error.__init__(self,
"Support for UNNAMED_SECTION is disabled."
)
370
371
372
class
_UnnamedSection:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected