How to create a Python object that represents a simple hierarchy of self-typed children [duplicate]
This question already has answers here: How do I type hint a method with the type of the enclosing class? (9 answers) Type hinting a collection of a specified type (5 answers) Closed 4 days ago. I have a simple class in mind, called Page. Page has an ID and a Title. Page can also […]