On Mon, Mar 9, 2009 at 23:35, Dan Korostelev <nad...@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
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to