gem5.utils.override.html
gem5.utils.override module¶
- gem5.utils.override.overrides(interface_class)¶
Function override annotation. Corollary to @abc.abstractmethod where the override is not of an abstractmethod.
Modified from answer https://stackoverflow.com/a/8313042/471376