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
frommathimportisfinitefrommini_lambdaimportCa=C(isfinite) # define a constant function (a lambda-friendly function)f=_(a(0) &a(0)) # raises AttributeError "NoneType has no attribute '_root_var'"assertf(None)