Custom Search

Saturday, May 11, 2019

How to find the location of Python module sources

1)
pip show request

2)
python
import request
request.__file__

No comments:

Post a Comment