Версия Python: 3.9
Платформа: win10< /p>
Код: Выделить всё
class Person:
name: str
id: int
msg: Person = Person()
msg.name: str = 'test' # err msg is 'Non self attributes cannot have type hints'
Подробнее здесь: https://stackoverflow.com/questions/778 ... r-class-at