Available on crate feature
python only.Expand description
Python wrappers around dbn functions. These are implemented here instead of in python/
to be able to implement pyo3 traits for DBN types.
Structs§
- An exception from databento_dbn Rust code.
- Python iterator over the variants of an enum.
Functions§
- Tries to convert
py_dateto atime::Date. - A helper function for converting any type that implements
Debugto a PythonValueError.