Closed whitequark closed 4 months ago
if lazy_obj: didn't work with e.g. str because str.__bool__() does not exist.
if lazy_obj:
str
str.__bool__()
if lazy_obj:
didn't work with e.g.str
becausestr.__bool__()
does not exist.