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
2026-03-22 23:31:05 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f400d30ba8de2e9dca583a482956f03809dbca02
openide
/
python
/
testData
/
intentions
/
PyConvertFormatOperatorToMethodIntentionTest
/
starWidthPrecision.py
Valentina Kiryushkina
9dea66d46b
PY-20803 Disable 'Replace with str.format method call' for string with * character in chunks
2016-09-28 14:36:09 +03:00
1 line
28 B
Python
Raw
Blame
History
s
=
'
%*.*f
'
%
(
5
,
2
,
2.7182
)
Reference in New Issue
View Git Blame
Copy Permalink