File: //usr/lib/python3.6/site-packages/docutils/parsers/rst/__pycache__/tableparser.cpython-36.opt-1.pyc
3
t2�e1R � @ sz d Z dZddlZddlZddlmZ ddlmZ G dd� de�ZG dd � d �Z G d
d� de �Z
G dd
� d
e �Zdd� ZdS )a�
This module defines table parser classes,which parse plaintext-graphic tables
and produce a well-formed data structure suitable for building a CALS table.
:Classes:
- `GridTableParser`: Parse fully-formed tables represented with a grid.
- `SimpleTableParser`: Parse simple tables, delimited by top & bottom
borders.
:Exception class: `TableMarkupError`
:Function:
`update_dict_of_lists()`: Merge two dictionaries containing list values.
ZreStructuredText� N)� DataError)�strip_combining_charsc @ s e Zd ZdZdd� ZdS )�TableMarkupErrorz�
Raise if there is any problem with table markup.
The keyword argument `offset` denotes the offset of the problem
from the table's start line.
c O s"