five.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:vine 作者: celery 项目源码 文件源码
def _monotonic():  # noqa
            t = timespec()
            if clock_gettime(CLOCK_MONOTONIC, ctypes.pointer(t)) != 0:
                errno_ = ctypes.get_errno()
                raise OSError(errno_, os.strerror(errno_))
            return t.tv_sec + t.tv_nsec * 1e-9
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号