mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Introduce refactoring for substrings of %-formatted strings with named substitutions (PY-3654)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
a = "Hello"
|
||||
print("%(a)s %(name)s" % {"name": "World", "a": a})
|
||||
@@ -0,0 +1 @@
|
||||
print("<selection>Hello</selection> %(name)s" % {"name": "World"})
|
||||
Reference in New Issue
Block a user