stilt.transforms.UnresolvedTransform#
- class stilt.transforms.UnresolvedTransform(*, kind: str, reason: str = '', **extra_data: Any) None[source]#
A transform whose class could not be imported.
Produced when a stored config names a
kindsuch asmypkg.transforms.MyKerneland that module is not importable here, so the config (and any footprint carrying it) can still be read. Applying it raises with the original import error.
Methods#
|
Raise: the configured transform could not be imported. |
Attributes#
|
|
|