pop_from_records

pop_from_records(records: ~typing.Dict, progress_wrap: ~typing.Callable = <function <lambda>>, mutate: bool = False) List[HereditaryStratigraphicColumn]

Deserialize a sequence of `HereditaryStratigraphicColumn`s from a dict composed of builtin types.

Parameters

recordsdict

Data to deserialize.

progress_wrapCallable, default identity function

Wrapper applied around generation iterator and row generator for final phylogeny compilation process.

Pass tqdm or equivalent to display progress bars.

mutatebool, default False

Are side effects on the input argument records allowed?

Returns

populationList[HereditaryStratigraphicColumn]

Deserialized population of HereditaryStratigraphicColumns.