码迷,mamicode.com
首页 > 其他好文 > 详细

判断这个函数有没有某个属性,用来第一次调用这个函数使用

时间:2014-12-03 14:26:47      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:started

def trace():

    if not trace.__dict__.has_key("started"):

            time = datetime.now().strftime(‘%Y-%m-%d %H:%M:%S‘ )

            fh.write("\n[%s] %s" % (time, str))

            trace.started = True


判断这个函数有没有某个属性,用来第一次调用这个函数使用

标签:started

原文地址:http://4249964.blog.51cto.com/4239964/1585866

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!