[web2py] Re: Annotations

2014-07-14 Thread 'sasogeek' via web2py-users
That's understandable, but it's just a thing that occurred to me. Maybe it's not that important, but you can give it some thought (or not). One of my random thoughts that could mean something or nothing :) On Monday, 14 July 2014 15:39:57 UTC, Anthony wrote: > > On Monday, July 14, 2014 11:01:11

[web2py] Re: Annotations

2014-07-14 Thread Anthony
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

[web2py] Re: Annotations

2014-07-14 Thread Niphlod
the only thing that comes to mind is http://web2py.com/examples/static/web2py_cheatsheet.pdf BTW, "2" places in the official documentation seems hardly to count for "being scattered". Apply the simplest search and you'll have the full resultset http://web2py.com/books/default/search/29?search=d

[web2py] Re: Annotations

2014-07-14 Thread 'sasogeek' via web2py-users
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 scatter

[web2py] Re: Annotations

2014-07-14 Thread Anthony
I don't think there's a place that specifically lists just the decorators, but the decorators are described in the documentation (e.g., the @auth decorators in the Access Control chapter, the @cache decorators in the Core chapter, etc.). Is there a reason you need a decorator-centric view of the