>>> class Foo: ... def __bool__(self): ... return False ... >>> foo = Foo() >>> foo and foo.id <__main__.Foo object at 0x7fd0168a6b38>