MCPcopy Create free account
hub / github.com/Glyphack/enderpy / Raise

Class Raise

parser/src/ast.rs:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196// https://docs.python.org/3/library/ast.html#ast.Raise
197#[derive(Debug, Clone)]
198pub struct Raise {
199 pub node: Node,
200 pub exc: Option<Expression>,
201 pub cause: Option<Expression>,
202}
203
204// https://docs.python.org/3/library/ast.html#ast.Break
205#[derive(Debug, Clone)]

Callers 1

parse_raise_statementMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected