Skip to main content

parsers.base

Parser Objects

class Parser(BaseModel)

Base class for all parsers

Parsers are used to parse the AST of the generated python code. They can be used to modify the AST before it is written to the file.