MCPcopy Index your code
hub / github.com/beetbox/beets / parse_args

Method parse_args

beets/ui/__init__.py:624–625  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

622 self.parser.print_help()
623
624 def parse_args(self, args):
625 return self.parser.parse_args(args)
626
627 @property
628 def root_parser(self):

Callers 9

test_album_optionMethod · 0.80
test_path_optionMethod · 0.80
test_format_optionMethod · 0.80
_run_tidalsyncMethod · 0.80
parse_global_optionsMethod · 0.80
parse_subcommandMethod · 0.80

Calls

no outgoing calls

Tested by 7

test_album_optionMethod · 0.64
test_path_optionMethod · 0.64
test_format_optionMethod · 0.64
_run_tidalsyncMethod · 0.64