运维网's Archiver
论坛
›
Python
› python datetime解析
52037317
发表于 2017-4-21 11:28:09
python datetime解析
刚学习python,使用到了datetime和time库,以为也是python的源码,就去python的lib包下查找源码学习一下,结果发现没有源码文件,在google上也没搜到相关信息;
最后在官网上找到发现time和datetime是用c写的;直接使用即可,不用理会pyDev中的异常提示:
Found at: datetime
compiled extension
页:
[1]
查看完整版本:
python datetime解析