You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
result_is_success is currently not inlined
and it uses return validation_result in {None, True} which may fail if validation_result is not hashable, and is definitely slower than (validation_result is True) or (validation_result is None)