Module python

Source
Expand description

Python bindings from pyo3.

Modules§

casing
datetime
serialization
uuid
version

Functions§

core
Loaded as nautilus_pyo3.core
get_pytype_name
Gets the type name for the given Python obj.
to_pyruntime_err
Converts any type that implements Display to a Python RuntimeError.
to_pytype_err
Converts any type that implements Display to a Python TypeError.
to_pyvalue_err
Converts any type that implements Display to a Python ValueError.