mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
解决函数名覆盖问题
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user