blob: 76386d214b5bdb2230a919d0e5a5ff091b44217f [file] [log] [blame]
# file: runme.py
import example
print("example.Foo.bar.__doc__ = %s (Should be 'No comment')" % repr(example.Foo.bar.__doc__))