generics.cls_typechecked

generics.cls_typechecked(cls)

Class decorator to typecheck all methods of a class.

Parameters

Name Type Description Default
cls The class to decorate. required

Returns

Name Type Description
cls: The decorated class.
Back to top