MCPcopy Create free account
hub / github.com/SegmentationBLWX/cssegmentation / __init__

Method __init__

csseg/test.py:30–33  ·  view source on GitHub ↗
(self, cmd_args)

Source from the content-addressed store, hash-verified

28'''Tester'''
29class Tester():
30 def __init__(self, cmd_args):
31 self.cmd_args = cmd_args
32 config_parser = ConfigParser()
33 self.cfg, _ = config_parser(cmd_args.cfgfilepath)
34 '''start'''
35 def start(self):
36 # initialize

Callers

nothing calls this directly

Calls 1

ConfigParserClass · 0.90

Tested by

no test coverage detected