Python: Show Module Doc
in Python program call help(moduleName).
import os # print the module's doc print(help(os)) # very long output. 15k lines
in Python program call help(moduleName).
import os # print the module's doc print(help(os)) # very long output. 15k lines