5 lines
129 B
Python
5 lines
129 B
Python
# file: runme.py
|
|
|
|
import example
|
|
|
|
print("example.Foo.bar.__doc__ = %s (Should be 'No comment')" % repr(example.Foo.bar.__doc__))
|