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

Class ExpectedExit

commitizen/exceptions.py:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69class ExpectedExit(CommitizenException):
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 2

mainFunction · 0.90
__call__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…