Falsey Enums

Paul Rubin no.email at nospam.invalid
Fri Jul 28 03:06:49 EDT 2017


Dan Sommers <dan at tombstonezero.net> writes:
>     def __bool__(self):
>         return False if self == X.Falsey else True

return self != X.Falsey



More information about the Python-list mailing list