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

import example 

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