-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
Description
Is there any interest in adding support for mutating methods on str objects? For example, s.lower() would be mutated to s.upper(), or s.strip() would be mutated to s. Of course, not all methods have a clear mutation (e.g. str.maketrans()) but I think enough of them do that even partial coverage could be useful.
l0b0
Metadata
Metadata
Assignees
Labels
No labels