Commit 975f715b authored by Jim Fulton's avatar Jim Fulton

Work around an issue with defining class attribute documentation.

See http://stackoverflow.com/questions/9153473/sphinx-values-for-attributes-reported-as-none/39276413
parent a2c8eb23
"""Work around an issue with defining class attribute documentation.
See http://stackoverflow.com/questions/9153473/sphinx-values-for-attributes-reported-as-none/39276413
"""
class ValueDoc:
def __init__(self, text):
self.text = text
def __repr__(self):
return self.text
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment