Files
openide/python/testData/mover/insideDocComment_afterDown.py

7 lines
117 B
Python

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