mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Since it finally works as expected now, I also updated test data files to include this extra line feed required by PEP8.
5 lines
79 B
Python
5 lines
79 B
Python
#: :type: dict of (str, C)
|
|
d = {'foo': C()}
|
|
#: :type: list of str
|
|
xs = ['bar']
|