/trunk/Examples/python/docstrings/runme.py

# · Python · 6 lines · 2 code · 3 blank · 1 comment · 0 complexity · 63ba4a643bdebe013b70e97ac13ceb15 MD5 · raw file

  1. # file: runme.py
  2. import example
  3. print "example.Foo.bar.__doc__ =", repr(example.Foo.bar.__doc__), "(Should be 'No comment')"