from __future__ import annotations from typing import get_type_hints class Cls: class B: i: int a: float b: B print(get_type_hints(Cls))