Lines Matching full:raise
292 Raise a fatal exception with a helpful hint if it isn't available.
304 raise Ouch(msg)
317 raise Ouch(msg)
383 # pylint: disable=raising-non-exception, raise-missing-from
385 # Some versions of the venv module raise SystemExit; *nasty*!
389 raise exc.__cause__ or exc.__context__ or exc
413 raise Ouch("VENV creation subprocess failed.") from exc
484 raise ValueError(
643 raise Ouch(
722 raise Ouch("found no usable tomli, please install it")
724 raise Ouch(
755 raise Ouch("found no usable distlib, please install it")
764 raise Ouch(f"group {group} not defined") from exc
770 raise Ouch(result[0])
771 raise SystemExit(f"\n{result[0]}\n\n")
878 raise