Function
docutils.parsers.rst.tableparser.update_dict_of_lists

Signature

update_dict_of_lists(master, newdata)

Documentation String

Extend the list values of master with those from newdata.

Both parameters must be dictionaries containing list values.