godot_project_parser
Parser and editor of project.godot files.
Exceptions:
|
An error raised if a document is not valid TOML. |
Functions:
|
Reconstruct a |
|
Reconstruct a |
|
Reconstruct a |
|
Parse |
|
Parse |
|
Parse |
-
exception
TOMLDecodeError(msg=<class 'DEPRECATED_DEFAULT'>, doc=<class 'DEPRECATED_DEFAULT'>, pos=<class 'DEPRECATED_DEFAULT'>, *args)[source] Bases:
ValueErrorAn error raised if a document is not valid TOML.
Adds the following attributes to ValueError: msg: The unformatted error message doc: The TOML document being parsed pos: The index of doc where parsing failed lineno: The line corresponding to pos colno: The column corresponding to pos