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 upForce pdoc to generate documentation for __get__? #33
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
leotrs commentedFeb 25, 2015
Attached is a simple example where pdoc doesn't generate documentation for the
__get__method of a class. My guess is this method is considered not public, which seems reasonable.Is there a way to force pdoc to process it still?
And the output: