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