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 upExecuting code #181
Comments
This comment has been minimized.
This comment has been minimized.
|
It imports the modules instead of merely parsing them. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Thanks for chiming in you two! :) |
mhils
closed this
Nov 8, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
r2ad commentedNov 8, 2018
•
edited
Curious as to why pdoc also executes the code. For example, create a simple hello.py and run pdoc on it. The Hello World is executed. I was not expecting this behaviour when running pdoc on files in a directory and it could result in code running when it is not desired.
Of course, it works as expected (great) on modules. :)