推荐学习书目
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
tioover
V2EX  ›  Python

有没有内置方法能定义not?

  •  
  •   tioover ·
    tioover · Aug 27, 2013 · 3320 views
    This topic created in 4642 days ago, the information mentioned may be changed or developed.
    比如说定义了一个类FooBar,搞出了一个对象foobar

    想要 not foobar == True。
    5 replies    1970-01-01 08:00:00 +08:00
    phuslu
        1
    phuslu  
       Aug 27, 2013   ❤️ 3
    tioover
        2
    tioover  
    OP
       Aug 27, 2013
    @phuslu 谢谢~
    thedevil5032
        3
    thedevil5032  
       Aug 28, 2013 via iPad
    If not foobar 就可以了,不用再 ==,参考的是 PEP8。
    tioover
        4
    tioover  
    OP
       Aug 28, 2013
    @thedevil5032 我只是表示一下,就是为了写你这种语句。
    tioover
        5
    tioover  
    OP
       Aug 28, 2013
    调试了半天没发现问题,原来因为Py3k 已经没有__nonzero__ 了 orz
    __bool__
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5530 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 33ms · UTC 07:43 · PVG 15:43 · LAX 00:43 · JFK 03:43
    ♥ Do have faith in what you're doing.