Does anyone know how to find where the sys module is installed in a Windows 11 install of anaconda3 & Python? I've tried looking in the Lib folder already and although there is a file called sys.py, it seems awfully short for the number of methods exported by sys. I also tried sys.__file__ with no luck, does anybody know how I can find this thing?
Tried sys.__file__ but it did not return a path, I also tried searching in the Lib folder of anaconda3 with no luck.