bowanggithub / source_code_reading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python package source code reading

tree -I 'pycache' -a ~/.local/lib/python3.5/site-packages/sklearn > ~/Documents/learn/python_packages/sklearn_structure.txt use the command to generate the tree structure of each python package

About