Files
openide/python/testData/refactoring/extractmethod/BreakAst.before.py
T

3 lines
68 B
Python

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