1.16.28
flytekit.core.tracked_abc
Directory
Classes
| Class | Description |
|---|---|
FlyteTrackedABC |
This class exists because if you try to inherit from abc. |
flytekit.core.tracked_abc.FlyteTrackedABC
This class exists because if you try to inherit from abc.ABC and TrackedInstance by itself, you’ll get the
well-known TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases error.