> > rahul garg wrote: > > Currently the difference is that the unPython annotations are pure Python > > Does that mean Python 3 function parameter annotations? Or do you hide > these > annotations in comments somehow?
For functions, decorators are used. For classes, types of members need to be specified in a string. For Python 3, I plan to move to function annotations. I believe Python 3 also has class decorators but havent looked into it. thanks, rahul
_______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
