I am trying to find my way around some inherited code. I have found a complied file called:
filename.cpython-35m-x86_64-linux-gnu.so
From what file type (.py
, .cpp
, .pdx
) this file was complied from? Is there also any documentation around the meaning of each part of cpython-35m-x86_64-linux-gnu.so
?