Posts by André • 31 points
1 post
-
3
votes1
answer56
viewsQ: How to declare that a camp has the same kind of class?
I am trying to add typing to the Python code, and I came across an error when trying to annotate the type of a property that must have the same type of class in which it is declared: from typing…