verse.parser.parser.ScopeLevel

class verse.parser.parser.ScopeLevel(v: Dict[str, Union[ast.AST, ForwardRef('CondVal'), ForwardRef('Lambda'), ForwardRef('Reduction'), Dict[str, ForwardRef('ScopeValue')]]] = <factory>, asserts: List[verse.parser.parser._Assert] = <factory>)

Bases: object

__init__(v: ~typing.Dict[str, ~ast.AST | ~verse.parser.parser.CondVal | ~verse.parser.parser.Lambda | ~verse.parser.parser.Reduction | ~typing.Dict[str, ~ast.AST | ~verse.parser.parser.CondVal | ~verse.parser.parser.Lambda | ~verse.parser.parser.Reduction | ~typing.Dict[str, ScopeValue]]] = <factory>, asserts: ~typing.List[~verse.parser.parser._Assert] = <factory>) None