There are Python keywords

http://zetcode.com/tutorials/pythontutorial/keywords/

There are Python built-in function, defined here:

http://docs.python.org/library/functions.html

(dict is one of them)

There are web2py APIs, they are all documented in the book:

http://web2py.com/book/default/chapter/04?search=API#API

(you can click on them).

Than there are user defined functions.

(index (), first (), second() are functions defined in the examples
you are looking at, they are not web2py or Python keywords).




On Mar 25, 9:00 am, Hal Smith <grownup_...@yahoo.com> wrote:
> As I continue to plug along, following your manual, I keep bumping
> into web2pyfunctions (I assume) - such as index (), first (), second
> (), and dict (). It would be nice to have these documented, in
> something like the UNIX Man pages.
>
> Later, it speaks of request.vars.visitor_name - without explaining
> what it is, or where it comes from.
>
> Does this documentation exist?

Reply via email to