module documentation
This module defines table parser classes,which parse plaintext-graphic tables and produce a well-formed data structure suitable for building a CALS table.
| Unknown Field: classes | |
| |
| Unknown Field: exception | |
| class | TableMarkupError |
| Unknown Field: function | |
update_dict_of_lists(): Merge two dictionaries containing list values. | |
| Class | |
Parse a grid table using parse(). |
| Class | |
Parse a simple table using parse(). |
| Class | |
Abstract superclass for the common parts of the syntax-specific parsers. |
| Exception | |
Raise if there is any problem with table markup. |
| Function | update |
Extend the list values of master with those from newdata. |