Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 271 Bytes

additional_features.rst

File metadata and controls

9 lines (7 loc) · 271 Bytes

Additional features

Several mypy features are not currently covered by this tutorial, including the following:

  • inheritance between generic classes
  • compatibility and subtyping of generic types, including covariance of generic types
  • super()