hydra.decode.tabular module

Term decoders for hydra.tabular.

hydra.decode.tabular.column_type(cx: Graph, raw: Term) object

Decoder for hydra.tabular.ColumnType.

hydra.decode.tabular.data_row(v: Callable[[Graph, Term], object], cx: Graph, raw: Term) object

Decoder for hydra.tabular.DataRow.

hydra.decode.tabular.header_row(cx: Graph, raw: Term) object

Decoder for hydra.tabular.HeaderRow.

hydra.decode.tabular.table(v: Callable[[Graph, Term], object], cx: Graph, raw: Term) object

Decoder for hydra.tabular.Table.

hydra.decode.tabular.table_type(cx: Graph, raw: Term) object

Decoder for hydra.tabular.TableType.