blob: a04cfbf9dfaae9ab808946641d41b0e0c05137a6 [file] [log] [blame]
Tor Norbye3a2425a52013-11-04 10:16:08 -08001# directly in function
2def foo():
3 """<the_doc>Doc of foo.
4 It has two lines."""
5 pass
6
7<the_ref>foo