#TIL Python class methods have an attribute called
https://peps.python.org/pep-3155/
__qualname__ that includes names of both the method and in which class it is defined.https://peps.python.org/pep-3155/