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

Method alt_cmd

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

Source from the content-addressed store, hash-verified

2474 self.directory = 'ran Init.cli_cmd'
2475
2476 def alt_cmd(self) -> None:
2477 self.directory = 'ran Init.alt_cmd'
2478
2479 class Clone(BaseModel):
2480 repository: CliPositionalArg[str]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected