function annotations in open source projects

Patty patty at cruzio.com
Mon Mar 14 14:26:59 EDT 2011


  ----- Original Message ----- 
  From: geremy condra 
  To: Filip Gruszczynski 
  Cc: python-list at 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. 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/listinfo/python-list


  Hello Geremy - I would like to see this.  I couldn't see in the other reference, "threecheck uses them for type checking: http://pypi.python.org/pypi/threecheck" from Daniels message where to start looking on their site what the code actually looks like.  I googled "c function decorator" but it looks like you have this on something called aspn?  What is that link??
  Thanks

  Patty


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110314/bb4af189/attachment-0001.html>


More information about the Python-list mailing list