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