Function fmt_py_obj

Source
pub fn fmt_py_obj<'py, T: IntoPyObjectExt<'py>>(
    py: Python<'py>,
    obj: T,
) -> String