getFullTypeName

lsst.daf.butler.core.utils.getFullTypeName(cls)

Return full type name of the supplied entity.

Parameters
clstype or object

Entity from which to obtain the full name. Can be an instance or a type.

Returns
namestr

Full name of type.

Notes

Builtins are returned without the builtins specifier included. This allows str to be returned as “str” rather than “builtins.str”.