pub fn databento(_: Python<'_>, m: &Bound<'_, PyModule>) -> PyResult<()>
Expand description
Databento Python module.
The module is exposed under different paths depending on the build configuration:
- With
cython-compat
feature:nautilus_trader.core.nautilus_pyo3.databento
- Without
cython-compat
:nautilus_trader.databento
(via re-export)
ยงErrors
Returns a PyErr
if registering any module components fails.