blob: 2eb1e00582d69dfc422c796ed6e83e1d9e8e100b [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001""" file's docstring """
2def foo(a, b, f):
3 """
4 some description
5 another line of description
6
7 @param a: some description
8 of param
9 @return:
10 """
11 pass