/trunk/Examples/python/docstrings/runme.py
# · Python · 6 lines · 2 code · 3 blank · 1 comment · 0 complexity · 63ba4a643bdebe013b70e97ac13ceb15 MD5 · raw file
- # file: runme.py
- import example
- print "example.Foo.bar.__doc__ =", repr(example.Foo.bar.__doc__), "(Should be 'No comment')"