Python programming---View the functions contained in the module & view the function usage

                                View modules & functions

1. Import the module and view the detailed content of the module

import module_name

dir(module_name)

2. View the usage of functions in the module

 

 

Guess you like

Origin blog.csdn.net/yanlaifan/article/details/114763783