Files
openide/python/pluginResources/intentionDescriptions/PyConvertToFStringIntention/before.py.template
T
2019-10-09 13:06:32 +00:00

2 lines
61 B
Plaintext

"Pi is {:03.5}".format(math.pi)
'%(spam)s' % {'spam': 'eggs'}