repr_with_args# repr_with_args(obj: Any, **kwargs) → str[source]# Builds a string of the form: <obj’s class name>(k1=v1, k2=v2, …). Parameters: obj (Any) – Return type: str