Skip to main content

Module internal_tricks

Module internal_tricks 

Source

Macrosยง

pyo3_exception ๐Ÿ”’

Functionsยง

array_ptr_as_mut ๐Ÿ”’
Replacement for the unstable <*mut [T; N]>::as_mut_ptr method, which avoids possibility of type getting lost from using e.g. .cast() to change array type to point to the data.
box_into_non_null ๐Ÿ”’
clear_eq ๐Ÿ”’
get_ssize_index ๐Ÿ”’
Convert an usize index into a Py_ssize_t index, clamping overflow to PY_SSIZE_T_MAX.
traverse_eq ๐Ÿ”’
โš ๏ธ Internal Docs โš ๏ธ Not Public API ๐Ÿ‘‰ Official Docs Here