V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
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 · 2013-08-27 16:00:29 +08:00 · 2651 次点击
    这是一个创建于 3895 天前的主题,其中的信息可能已经有所发展或是发生改变。
    比如说定义了一个类FooBar,搞出了一个对象foobar

    想要 not foobar == True。
    5 条回复    1970-01-01 08:00:00 +08:00
    phuslu
        1
    phuslu  
       2013-08-27 16:03:59 +08:00   ❤️ 3
    tioover
        2
    tioover  
    OP
       2013-08-27 16:10:56 +08:00
    @phuslu 谢谢~
    thedevil5032
        3
    thedevil5032  
       2013-08-28 08:27:55 +08:00 via iPad
    If not foobar 就可以了,不用再 ==,参考的是 PEP8。
    tioover
        4
    tioover  
    OP
       2013-08-28 18:04:35 +08:00
    @thedevil5032 我只是表示一下,就是为了写你这种语句。
    tioover
        5
    tioover  
    OP
       2013-08-28 18:41:11 +08:00
    调试了半天没发现问题,原来因为Py3k 已经没有__nonzero__ 了 orz
    __bool__
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1539 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 17:26 · PVG 01:26 · LAX 10:26 · JFK 13:26
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.