Decorators
Decorators package of ispec.
Module containing the decorators, the core functionalities of the library.
- ispec.decorators.abstractclass(cls: type[object]) type[object] [source]
Class decorator that make a decorated class abstract.
- Parameters:
cls (
type
[object
]) –- Return type:
type
[object
]