[−][src]Trait cpython::PythonObjectWithTypeObject
Trait implemented by Python object types that have a corresponding type object.
Required methods
pub fn type_object(py: Python<'_>) -> PyType[src]
Retrieves the type object for this Python object type.