MCPcopy 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
372class _UnnamedSection:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected