fastgplearn.cli package¶
Submodules¶
fastgplearn.cli.cc_numpy module¶
fastgplearn.cli.cc_torch module¶
fastgplearn.cli.main module¶
- exception fastgplearn.cli.main.CLIError¶
Bases:
ExceptionError for CLI commands.
A subcommand may raise this. The message will be forwarded to the error() method of the argument args.
- class fastgplearn.cli.main.Formatter(prog, indent_increment=2, max_help_position=24, width=None)¶
Bases:
argparse.HelpFormatterImproved help formatter.
- fastgplearn.cli.main.main(prog='fastgplearn', description='fastgplearn command line tool.', args=None)¶