• Dylan Trotter's avatar
    Move import logic into util for reuse · b9a0c8a9
    Dylan Trotter authored
    Import logic is currently embedded in the StatementVisitor class which
    makes it difficult to reuse. This change factors that logic out into an
    ImportVisitor class in util.py. The newly exposed logic can now be used
    by other tools.
    b9a0c8a9
stmt.py 32.7 KB