basecls.tools.cls_test#

basecls.tools.cls_test.make_parser()[源代码]#

Build args parser for testing script.

返回类型

ArgumentParser

返回

The args parser.

basecls.tools.cls_test.worker(args)[源代码]#

Worker function for testing script.

参数

args (Namespace) – args for testing script.

basecls.tools.cls_test.build(cfg)[源代码]#

Build function for testing script.

参数

cfg (ConfigDict) – config for testing.

返回

A tester.

basecls.tools.cls_test.main()[源代码]#

Main function for testing script.