PY-29717 Fix docstring inheritance for constructors and local classes

Also, add more tests on this feature in general.
This commit is contained in:
Mikhail Golubev
2018-06-09 15:59:37 +03:00
parent bfbf0a083a
commit ca372eb8ca
13 changed files with 58 additions and 15 deletions
@@ -0,0 +1,4 @@
class MyClass:
"""Class docstring."""
def __in<the_ref>it__(self):
pass