pdocs icon indicating copy to clipboard operation
pdocs copied to clipboard

Make parent class resolution optional

Open hemker opened this issue 4 years ago • 0 comments

Hey, first of all, this is a great project! I tried to use pdocs to generate user documentation for my unit test cases, which works pretty fine. But as my test cases inherit from unittest.TestCase, all public methods of this base class are also shown. Is there a way to disable it?

hemker avatar Mar 01 '21 11:03 hemker