Got it. It adds an entry to __annotation__
__annotation__
In [21]: __annotations__ Out[21]: {'o': {}, 'SECRET_KEY': 'SomethingNotEntirelySecret', 'myvar': 'Some string'}
anyway it looks strange that I can use any variable as a type hint.