On Monday, July 14, 2014 11:01:11 AM UTC-4, sasogeek wrote: > > I just think that since there's that concept of decorators and the fact > that there's quite a number of them and functions they perform, it'd be > good to have them all listed somewhere with (at the very least) their > definitions and maybe some examples on how to use them. (instead of being > scattered in different places in the documentation). >
But why do decorators in particular need this treatment? They are just a standard part of Python, like functions and classes. In what situation do you need to reference a comprehensive list of decorators -- any more so than a comprehensive list of functions or classes? Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

