Re: function annotations in open source projects

2011-03-16 Thread Filip Gruszczyński
Thanks for the links. -- Filip Gruszczyński -- http://mail.python.org/mailman/listinfo/python-list

Re: function annotations in open source projects

2011-03-14 Thread Patty
- Original Message - From: geremy condra To: Filip Gruszczynski Cc: python-list@python.org Sent: Monday, March 14, 2011 10:37 AM Subject: function annotations in open source projects I use them in evpy to automatically wrap c functions with a decorated, annotated

function annotations in open source projects

2011-03-14 Thread geremy condra
I use them in evpy to automatically wrap c functions with a decorated, annotated function. The decorator code is also up on aspn, just search for "c function decorator" and it should come up. I did a similar thing with java a few years ago as well. Geremy Condra -- http://mail.python.org/mailman/

Re: function annotations in open source projects

2011-03-14 Thread Daniel Urban
> Do you know any open source python3 projects that use function > annotations? I would like to see some real use, so maybe I find them > useful to use in my own project. threecheck uses them for type checking: http://pypi.python.org/pypi/threecheck Daniel -- http://mail.python.org/mailman/list

function annotations in open source projects

2011-03-14 Thread Filip Gruszczyński
Do you know any open source python3 projects that use function annotations? I would like to see some real use, so maybe I find them useful to use in my own project. -- Filip Gruszczyński -- http://mail.python.org/mailman/listinfo/python-list