get_pytype_name

Function get_pytype_name 

Source
pub fn get_pytype_name<'py>(
    obj: &Bound<'py, PyAny>,
) -> PyResult<Bound<'py, PyString>>
Expand description

Gets the type name for the given Python obj.

ยงErrors

Returns a error if accessing the type name fails.