pdoc
pdoc copied to clipboard
Add parsing of nested classes
Nested classes are incorrectly parsed as class variables. This commit fixes that and adds a method all_classes in Module that returns even the nested classes.
Thanks, Angelos
Hi, thanks for considering this.
I can make the requested changes and add the test maybe from Monday. I am just sending so that you know I haven't just dropped this here and left :-).
Cheers, Angelos
No hurry, but this would sure make a nice addition! :smiley:
Pull request https://github.com/pdoc3/pdoc/pull/390 contains most of angeloskath's changes, but based on pdoc3, commit https://github.com/pdoc3/pdoc/commit/2cce30a9b55eeeddc1ed826c8a2ada53777c3eea (March 2022).
(deleted section about unit test problems, which were resolved after running tests on an os supporting symbolic links)