Python: Show Module Doc

By Xah Lee. Date: . Last updated: .

in Python program call help(moduleName).

import os

# print the module's doc
print(help(os))

# very long output. 15k lines