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.