MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Lib/configparser.py:179–181  ·  view source on GitHub ↗
(self, msg='')

Source from the content-addressed store, hash-verified

177 """Base class for ConfigParser exceptions."""
178
179 def __init__(self, msg=''):
180 self.message = msg
181 Exception.__init__(self, msg)
182
183 def __repr__(self):
184 return self.message

Callers 12

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected