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

Method __init__

program.py:32–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30
31class ArgsParser(ArgumentParser):
32 def __init__(self):
33 super(ArgsParser, self).__init__(
34 formatter_class=RawDescriptionHelpFormatter)
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected