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

Method __init__

copier/errors.py:89–92  ·  view source on GitHub ↗
(self, conf_paths: PathSeq)

Source from the content-addressed store, hash-verified

87 """Both copier.yml and copier.yaml found, and that's an error."""
88
89 def __init__(self, conf_paths: PathSeq):
90 msg = str(conf_paths)
91 printf_exception(self, "MULTIPLE CONFIG FILES", msg=msg)
92 super().__init__(msg)
93
94
95class InvalidTypeError(TypeError, CopierError):

Callers

nothing calls this directly

Calls 2

printf_exceptionFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected