Files
openide/python/testData/refactoring/extractmethod/BreakAst.before.py
2012-05-22 22:23:35 +04:00

3 lines
68 B
Python

def cylinder_volume(r, h):
h * <selection>PI * r ** 2</selection>