summaryrefslogtreecommitdiff
path: root/Examples/python/docstrings/runme.py
blob: c25d291b68c00e517c02fc3498305ede454ed231 (plain)
1
2
3
4
5
# file: runme.py

import example

print "example.Foo.bar.__doc__  =", repr(example.Foo.bar.__doc__), "(Should be 'No comment')"