python 获取动态库 lib-dynload 路径 和 so 路径

1.动态库 lib-dynload 路径

python3 -c 'import random as m;print(m.__file__)'

image


2.so 路径

python3 -c 'import _sqlite3 as m;print(m.__file__)'

image



参考;
https://blog.csdn.net/jaket5219999/article/details/53512071



posted @ 2023-07-07 13:14  悟透  阅读(846)  评论(0编辑  收藏  举报