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

Method run

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

Override this in subclasses to specify the command's behavior.

(self, args: argparse.Namespace)

Source from the content-addressed store, hash-verified

289 pass
290
291 def run(self, args: argparse.Namespace) -> None:
292 """Override this in subclasses to specify the command's behavior."""
293 pass
294
295
296class HelpCommand(Command):

Callers 4

invokeMethod · 0.95
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected