Files
openide/python/testData/formatter/variableAnnotations_after.py
2016-09-16 08:16:26 +03:00

3 lines
32 B
Python

x: int
y: Optional[str] = 'foo'