This is the base class for all errors that ConfigObj raises. More...
Public Member Functions | |
| def | __init__ (self, message='', line_number=None, line='') |
Public Attributes | |
| line | |
| line_number | |
This is the base class for all errors that ConfigObj raises.
It is a subclass of SyntaxError.
Definition at line 213 of file configobj.py.
| def robotide.preferences.configobj.ConfigObjError.__init__ | ( | self, | |
message = '', |
|||
line_number = None, |
|||
line = '' |
|||
| ) |
Definition at line 214 of file configobj.py.
| robotide.preferences.configobj.ConfigObjError.line |
Definition at line 215 of file configobj.py.
| robotide.preferences.configobj.ConfigObjError.line_number |
Definition at line 216 of file configobj.py.