This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2025-12-20 20:20:56 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
23f293db0609bb1defdf372e901b04d4e7ceece8
openide
/
python
/
testData
/
refactoring
/
introduceVariable
/
substringFromFormatSingleValue.after.py
Andrey Vlasovskikh
e21a930977
Introduce refactoring for substrings of %-formatted strings with single value (PY-3654)
2012-12-28 21:38:42 +04:00
3 lines
42 B
Python
Raw
Blame
History
a
=
"
Hello
"
print
(
"
%s
%s
"
%
(
a
,
"
World
"
)
)
Reference in New Issue
View Git Blame
Copy Permalink