Python API: Parsing the native Tina database
tina_mgr.parse.ParseError
dataclass
Bases: Error
An error that occurred during the parsing of the Tina database.
Source code in python/src/tina_mgr/parse.py
element: str
instance-attribute
The element that we tried to parse.
obj: Any
instance-attribute
The object that pyparsing
returned instead.
tina_mgr.parse.loads(contents)
Parse the contents of a Tina database file.