MCPcopy
hub / github.com/OpenPPL/ppq / process

Method process

ppq/IR/morph.py:1115–1116  ·  view source on GitHub ↗
(self, command: GraphCommand)

Source from the content-addressed store, hash-verified

1113 """
1114
1115 def process(self, command: GraphCommand) -> Any:
1116 return super().process(command)
1117
1118 def _acceptable_command_types(self) -> List[GraphCommandType]:
1119 return super()._acceptable_command_types

Callers

nothing calls this directly

Calls 1

processMethod · 0.45

Tested by

no test coverage detected