Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upDocstring inheritance fails under Python 3 #132
Comments
BurntSushi
closed this
in
#133
May 30, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pstoeckl commentedMay 9, 2017
When
pdoc(v0.3.2, running under Python 3) is run on the following minimal example:it fails to correctly register the inherited docstrings for class
B.In particular, exactly one of
B.xorB.y(either has been observed) will have its docstring correctly inherited from the corresponding member ofA, and the other will not.