On Dec 6, 2007 9:45 PM, i am a ramone <[EMAIL PROTECTED]> wrote:
>
> when we use methods in the .py, like web.header(), does it mean method
> from webapi.py? and web.input() is from form.py?

Both are defined in webapi.py:

$ grep 'def header' web/*py
webapi.py:def header(hdr, value, unique=False):

$ grep 'def input' web/*py
webapi.py:def input(*requireds, **defaults):

-- 
Gary
http://blog.extracheese.org

--~--~---------~--~----~------------~-------~--~----~
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