MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / get_command

Method get_command

tools/shell/test/conftest.py:88–92  ·  view source on GitHub ↗
(self, cmd: str)

Source from the content-addressed store, hash-verified

86 # Test Running methods
87
88 def get_command(self, cmd: str) -> list[str]:
89 command = self.arguments
90 if self.input:
91 command += [cmd]
92 return command
93
94 def get_input_data(self, cmd: str):
95 if self.input:

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected