mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 15:50:49 +07:00
(cherry picked from commit d3f6711e4d187fac8b426eb1d5ed75def4932b3b) GitOrigin-RevId: cc327f405e9a133425bcfbb091e22f1e267b6383
6 lines
254 B
Python
6 lines
254 B
Python
argument_pattern = re.compile(r'(%s)\s*(\(\s*(%s)\s*\)\s*)?$'
|
|
% ((states.Inliner.simplename,) * 2))
|
|
|
|
t, num = ('foo',), 2
|
|
res = '%d %d' % (<warning descr="Unexpected type (Literal['foo'], Literal['foo'])">t * num</warning>)
|