verse.parser.parser.LambdaArg

class verse.parser.parser.LambdaArg(name: str, typ: str | None, is_list: bool)

Bases: object

__init__(name: str, typ: str | None, is_list: bool) None