I am using anaconda in Windows os, I am trying to realize the structure of the whole python environment.
For example, I want to check the implementation file of the module itertools
. However, when I take a look into the folder which path is anaconda3/envs/my_envs/Lib
there's no any python file named itertools.py
.
How can I find the exactly file that contained all these implementations code from docs.python.org