解决函数名覆盖问题

This commit is contained in:
Jing Ling
2020-09-15 23:51:58 +08:00
parent aa34cb87d3
commit aa7cec7fbb
20 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class Module(object):
self.end = None # 模块结束执行时间
self.elapse = None # 模块执行耗时
def check(self, *apis):
def have_api(self, *apis):
"""
Simply check whether the api information configure or not