We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PyObject
1 parent ea2d483 commit a4a202dCopy full SHA for a4a202d
src/lib.rs
@@ -61,7 +61,7 @@
61
//!
62
//! The type parameter `T` in these smart pointers can be filled by:
63
//! - [`PyAny`], e.g. `Py<PyAny>` or `Bound<'py, PyAny>`, where the Python object type is not
64
-//! known. `Py<PyAny>` is so common it has a type alias [`PyObject`].
+//! known.
65
//! - Concrete Python types like [`PyList`](types::PyList) or [`PyTuple`](types::PyTuple).
66
//! - Rust types which are exposed to Python using the [`#[pyclass]`](macro@pyclass) macro.
67
0 commit comments