Macrosยง
- pyo3_
exception ๐
Functionsยง
- array_
ptr_ ๐as_ mut - Replacement for the unstable
<*mut [T; N]>::as_mut_ptrmethod, 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 ๐