Files
2019-08-04 21:38:19 -05:00

6 lines
128 B
Python

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