Component¶
BaseComponentAPI¶
-
class
trinity.extensibility.component.BaseComponentAPI¶ -
classmethod
configure_parser(arg_parser: argparse.ArgumentParser, subparser: argparse._SubParsersAction) → None¶ Give the component a chance to amend the Trinity CLI argument parser.
-
classmethod
validate_cli(boot_info: trinity.boot_info.BootInfo) → None¶ Give the component a chance to do runtime validation of the command line arguments.
-
classmethod