pub type PyObject = Py<PyAny>;
A commonly-used alias for Py<PyAny>.
Py<PyAny>
This is an owned reference a Python object without any type information. This value can also be safely sent between threads.
See the documentation for Py.
Py