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
Rename Field refactoring allows the use of declared method names as new field names
It would be nice if Rope emits an alert to the user and asks if want to continue the application, avoiding incompatible types
Steps to reproduce the behavior:
Code before refactoring:
string_types= (str,)
defwith_metaclass():
pass
Apply the Rename Field refactoring using 'with_metaclass' as the new name for 'string_types'.
The text was updated successfully, but these errors were encountered:
Rename Field refactoring allows the use of declared method names as new field names
It would be nice if Rope emits an alert to the user and asks if want to continue the application, avoiding incompatible types
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: