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

7 lines
124 B
Python

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