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

Method __init__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

printf_exceptionFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected