MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / invoke

Method invoke

misc/python/materialize/cli/mzcompose.py:279–285  ·  view source on GitHub ↗

Invoke this command.

(self, args: argparse.Namespace)

Source from the content-addressed store, hash-verified

277 self.configure(parser)
278
279 def invoke(self, args: argparse.Namespace) -> None:
280 """Invoke this command."""
281 if not self.allow_unknown_arguments:
282 unknown_args = [*args.unknown_args, *args.unknown_subargs]
283 if unknown_args:
284 self.root_parser.error(f"unknown argument {unknown_args[0]!r}")
285 self.run(args)
286
287 def configure(self, parser: argparse.ArgumentParser) -> None:
288 """Override this in subclasses to add additional arguments."""

Callers 15

workflow_defaultFunction · 0.45
workflow_sql_testsFunction · 0.45
workflow_defaultFunction · 0.45
replica_metrics_addrFunction · 0.45
setupFunction · 0.45
workflow_defaultFunction · 0.45
check_logMethod · 0.45
setup_baseFunction · 0.45

Calls 2

runMethod · 0.95
errorMethod · 0.45

Tested by 1