MCPcopy Index your code
hub / github.com/commitizen-tools/commitizen / __init__

Method __init__

commitizen/exceptions.py:72–74  ·  view source on GitHub ↗
(self, *args: str, **kwargs: Any)

Source from the content-addressed store, hash-verified

70 exit_code = ExitCode.EXPECTED_EXIT
71
72 def __init__(self, *args: str, **kwargs: Any) -> None:
73 kwargs["output_method"] = kwargs.get("output_method") or out.write
74 super().__init__(*args, **kwargs)
75
76
77class DryRunExit(ExpectedExit):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected