Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/configparser.py:382–383 ·
view source on GitHub ↗
(self, msg='')
Source
from the content-addressed store, hash-verified
380
new section
""
"
381
382
def
__init__(self, msg=
''
):
383
Error.__init__(self, msg)
384
385
386
UNNAMED_SECTION = _UnnamedSection()
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected