MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / add_arguments

Method add_arguments

lib/sqlalchemy/util/tool_support.py:184–185  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182
183 @contextlib.contextmanager
184 def add_arguments(self) -> Iterator[ArgumentParser]:
185 yield self.parser
186
187 @contextlib.contextmanager
188 def run_program(self) -> Iterator[None]:

Calls

no outgoing calls

Tested by

no test coverage detected