Lines Matching defs:__init__
17 __init__(defaults=None, dict_type=_default_dict, allow_no_value=False,
172 def __init__(self, msg=''):
174 Exception.__init__(self, msg)
185 def __init__(self, section):
186 Error.__init__(self, 'No section: %r' % (section,))
199 def __init__(self, section, source=None, lineno=None):
210 Error.__init__(self, "".join(msg))
224 def __init__(self, section, option, source=None, lineno=None):
236 Error.__init__(self, "".join(msg))
247 def __init__(self, option, section):
248 Error.__init__(self, "No option %r in section: %r" %
258 def __init__(self, option, section, msg):
259 Error.__init__(self, msg)
268 def __init__(self, option, section, rawval, reference):
272 InterpolationError.__init__(self, option, section, msg)
288 def __init__(self, option, section, rawval):
294 InterpolationError.__init__(self, option, section, msg)
301 def __init__(self, source=None, filename=None):
311 Error.__init__(self, 'Source contains parsing errors: %r' % source)
344 def __init__(self, filename, lineno, line):
345 Error.__init__(
529 def __init__(self, *args, **kwargs):
530 super().__init__(*args, **kwargs)
611 def __init__(self, defaults=None, dict_type=_default_dict,
1246 def __init__(self, *args, **kwargs):
1247 super().__init__(*args, **kwargs)
1259 def __init__(self, parser, name):
1336 def __init__(self, parser):