Files
openide/python/testData/mover/insideDocComment_afterUp.py
T

7 lines
113 B
Python

"""
:type foo: int
:type bar: str
"""
def fcn(self, foo, bar):
self.foo = foo
self.bar = bar