throw-error ( ptype pvalue ptraceback -- ) - Factor Documentation

throw-error ( ptype pvalue ptraceback -- )


Vocabulary
python .errors .private

Inputs
ptype an object
pvalue an object
ptraceback an object


Outputs
None

Definition
USING: combinators words ;

IN: python.errors.private

: throw-error ( ptype pvalue ptraceback -- )
"throw-error" "python.throwing" lookup-word
( a b c -- ) execute-effect ;

AltStyle によって変換されたページ (->オリジナル) /