13 Mar
2009
13 Mar
'09
7:02 a.m.
On Mon, Mar 9, 2009 at 23:35, Dan Korostelev <nadako@gmail.com> wrote:
def hello(who:'name') -> None: ... print('Hello, {0}!'.format(who)) ... hello.__annotations__ {'who': 'name', 'return': None}
Yup. So, it's stored on the function, not the class. Hence, it will not collide. Might be confusing though. -- Lennart Regebro: Pythonista, Barista, Notsotrista. http://regebro.wordpress.com/ +33 661 58 14 64