That's Python, it means that you could get all methods and attributes,
as same as docstings from any object. For web.input() that would be:
dir(web.input()) and help(web.input())

>web.input gives you access to any variables the user submitted through
> a form.
> but how? what form where? a good example would help a lot.
>
> if i have a form on the page /signup how do i get that info?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to