blob: b9dd07f9bc3cb02a1fe6fa59be0e456d35a49d03 [file]
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()``