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
Private class members should use the snake_case_ naming convention. This would allow public getters to be named snake_case() instead of get_snake_case().
Private class members should use the
snake_case_naming convention. This would allow public getters to be namedsnake_case()instead ofget_snake_case().