参考来源:
https://blog.csdn.net/seekermp4/article/details/79142332/
import datetime with open(str(datetime.__file__), "r") as f: print(f.read())
python快捷查看模块源码
原文:https://www.cnblogs.com/csuchen/p/9455772.html