MCPcopy 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
386UNNAMED_SECTION = _UnnamedSection()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected