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
if (init := getattr(inst, 'init', None)) and callable(init): gives E0601 Using variable 'init' before assignment and E1102 'init' is not callable ('inst' is a given instance and 'init' a method of it)