为了账号安全,请及时绑定邮箱和手机立即绑定

time().unit是一种内置的时间格式函数吗

这是改正之后的,上一个答案里面 in 前面要加一个空格才能通过。至于为什么time().unit能通过我也不知道,自己乱试的,也许内置有这个时间格式函数 def performance(unit):    def performance_decorator(f):        def fn(x):            print 'call'+f._name_+'() in',time().unit            return f(x)        return fn    return performance_decorator

正在回答

1 回答

这个unit的意思是出入的注解的时间单位,类如:@performance('ms') 表示单位是毫秒,是一种友好的提示;所以不是time的内置函数

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
python进阶
  • 参与学习       255665    人
  • 解答问题       2949    个

学习函数式、模块和面向对象编程,掌握Python高级程序设计

进入课程

time().unit是一种内置的时间格式函数吗

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信