Files
openide/python/testData/formatter/docCommentIgnored.py

4 lines
78 B
Python

#: :type: dict of (str, C)
d = {'foo': C()}
#: :type: list of str
xs = ['bar']