Type-Annotating a classmethod
- classmethod
- typing
- annotations
An @classmethod
is used to create instance and type annotations must express the precise class.
Type-Annotating a classmethod
An @classmethod
is used to create instance and type annotations must express the precise class.