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

Method add_argument

tools/shell/test/conftest.py:66–68  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

64 self.shell_process = None
65
66 def add_argument(self, *args):
67 self.arguments.extend(args)
68 return self
69
70 def statement(self, stmt):
71 self.statements.append(stmt)

Calls

no outgoing calls

Tested by

no test coverage detected