Modules§
Structs§
- A borrowed equivalent to
Bound
. - A GIL-attached equivalent to
Py<T>
. - A GIL-independent reference to an object allocated on the Python heap.
Traits§
- Owned or borrowed gil-bound Python smart pointer
Functions§
Type Aliases§
- A commonly-used alias for
Py<PyAny>
.