swig/Examples/python/docstrings/runme.py

6 lines
129 B
Python

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