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

Method cli_cmd

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

Source from the content-addressed store, hash-verified

2471 directory: CliPositionalArg[str]
2472
2473 def cli_cmd(self) -> None:
2474 self.directory = 'ran Init.cli_cmd'
2475
2476 def alt_cmd(self) -> None:
2477 self.directory = 'ran Init.alt_cmd'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected