Glob
GlobalEvalError
GlobalEvalError(
node: ast.AST, *msgs: str, help: str | None = None
)
Bases: BuildError
Exception raised when a global expression cannot be evaluated.
Source code in src/kirin/lowering/python/glob.py
16 17 18 |
|