blob: 21116ae4b229aa966fa57d160cf5d05da0e47239 [file] [log] [blame]
Tor Norbyec667c1f2014-05-28 17:06:51 -07001def f1(*, u<caret>p, another):
2 """
3 :param up: my param
4 :type up: int
5 :rtype: int
6
7 """
8 print(another)