I'm fairly new to programming and haven't used documentation extensively before.
I'm having some trouble finding information. For example, I want to know the arguments that can be passed to db().select(...) and what the arguments for select() do. However, when I looked under web2py.gluon.dal, I was unable to find an explanation for the select method. I only found examples that can be hard to understand. Is there clear documentation for db().select(..)? Where would I find it? Thanks.

