Expand description
Python bindings from PyO3.
Modules§
Traits§
- Into
PyObject Posei Ext - Extend
IntoPyObjectExthelper trait to unwrapPyObjectafter conversion.
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
Displayto a PythonRuntimeError. - to_
pytype_ err - Converts any type that implements
Displayto a PythonTypeError. - to_
pyvalue_ err - Converts any type that implements
Displayto a PythonValueError.