MCPcopy Create free account
hub / github.com/chibohe/text_recognition_toolbox / parse_args

Method parse_args

program.py:37–41  ·  view source on GitHub ↗
(self, argv=None)

Source from the content-addressed store, hash-verified

35 self.add_argument("-c", "--config", help="configuration file to use")
36
37 def parse_args(self, argv=None):
38 args = super(ArgsParser, self).parse_args(argv)
39 assert args.config is not None, \
40 "Please specify --config=configure_file_path."
41 return args
42
43
44def build_config():

Callers 1

build_configFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected