Module panic
pyo3
0.23.5
Module panic
Module Items
Structs
In crate pyo3
Modules
buffer
class
conversion
exceptions
ffi
marker
marshal
panic
prelude
pybacked
pycell
pyclass
pyclass_init
sync
type_object
types
Macros
append_to_inittab
create_exception
import_exception
import_exception_bound
intern
py_run
wrap_pyfunction
wrap_pyfunction_bound
wrap_pymodule
Structs
Borrowed
Bound
DowncastError
DowncastIntoError
Py
PyErr
PythonVersionInfo
Traits
BoundObject
PyErrArguments
ToPyErr
Functions
prepare_freethreaded_python
with_embedded_python_interpreter
Type Aliases
PyObject
PyResult
Attribute Macros
pyclass
pyfunction
pymethods
pymodule
Derive Macros
FromPyObject
IntoPyObject
IntoPyObjectRef
pyo3
Module
panic
Copy item path
Settings
Help
Summary
Source
Expand description
Helper to convert Rust panics to Python exceptions.
Structs
§
Panic
Exception
The exception raised when Rust code called from Python panics.