mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
6 lines
232 B
Python
6 lines
232 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 (str, str)">t * num</warning>)
|