Python查看模块信息

查看路径:

print(copy.__file__)

查看文档

print(copy.__doc__)

原文地址:https://www.cnblogs.com/gary-bao/p/4554364.html