blob: ab7c580a79ee12142ee71e30860f0445f866af06 [file] [log] [blame]
def my<caret>_func(p1=1):
return p1
d = my_func(1)