推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
tangyuan
V2EX  ›  Python

web.py的api文档该如何看呢

  •  
  •   tangyuan · Feb 2, 2013 · 4298 views
    This topic created in 4875 days ago, the information mentioned may be changed or developed.
    class Index:

    form = web.form.Form(
    web.form.Textbox('title', web.form.notnull,
    description="I need to:"),
    web.form.Button('Add todo'),
    )


    我想看看web.form.notnull类似的validator还有哪些,但是在api文档中都找不到...那应该如何学习呢?

    http://webpy.org/docs/0.3/api#web.form
    6 replies    1970-01-01 08:00:00 +08:00
    tunetoystory
        1
    tunetoystory  
       Feb 2, 2013 via iPhone
    除了api还有些教程,里面有一部分。实在不行的只能看源码了
    FFG
        2
    FFG  
       Feb 2, 2013 via Android
    dir( web.form)
    sivacohan
        3
    sivacohan  
    PRO
       Feb 2, 2013 via Android
    直接看源码吧。。。
    那文档就不是给人看的。。。
    alexrezit
        4
    alexrezit  
       Feb 2, 2013
    没法看.
    dqaria
        5
    dqaria  
       Feb 2, 2013
    作者不是自杀了么。。。。。
    hq5261984
        6
    hq5261984  
       Feb 2, 2013
    人都上船了。过两年就过时了还用它干嘛?
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1100 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 37ms · UTC 22:57 · PVG 06:57 · LAX 15:57 · JFK 18:57
    ♥ Do have faith in what you're doing.