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

import example

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