Abstract Classes¶
Note
This class is still under development and may change in the future.
Module for creating abstract classes with traitlets.
|
A MetaHasTraits subclass which also inherits from abc.ABCMeta. |
|
A HasTraits subclass which enables the features of Abstract Base Classes (ABC). |
|
A HasTraits subclass which behaves like HasStrictTraits. |