We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
该装饰器打印一个函数的别名及其耗时。若别名为None则打印函数名,意义同logtime
字符串,默认为None,不填则打印函数名
无
@star.logtimewithname() def test1(): pass @star.logtimewithname(u"测试") def test2(): pass
There was an error while loading. Please reload this page.