MCPcopy Create free account
hub / github.com/pydantic/pydantic-settings / cli_cmd

Method cli_cmd

tests/test_source_cli.py:2483–2484  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2481 directory: CliPositionalArg[str]
2482
2483 def cli_cmd(self) -> None:
2484 self.repository = 'ran Clone.cli_cmd'
2485
2486 def alt_cmd(self) -> None:
2487 self.repository = 'ran Clone.alt_cmd'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected