qualname
Return object name.
def qualname(
obj: object
) - > string
Return object name.
Parameters
| Name | Type | Description |
|---|---|---|
| obj | object | The Python object, class, or instance for which to retrieve the qualified name. |
Returns
| Type | Description |
|---|---|
string | The fully qualified name of the object, including its module path if not already present in the qualname. |