MCPcopy Create free account
hub / github.com/copier-org/copier / __init__

Method __init__

copier/_cli.py:120–122  ·  view source on GitHub ↗
(self, executable: str | None = None)

Source from the content-addressed store, hash-verified

118 """Base class for Copier subcommands."""
119
120 def __init__(self, executable: str | None = None) -> None:
121 self.data: AnyByStrDict = {}
122 super().__init__(executable)
123
124 answers_file = cli.SwitchAttr(
125 ["-a", "--answers-file"],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected