Datum.
__bool__
Called by the bool built-in function.
bool
x.__bool__() <==> bool(x)
New in version 1.7.0.