• G
    parse scripts by AST in converter module. · 7cad801d
    ggpolar 提交于
    Use the AST replaces the importlib/inspect modules to analyze and modify network definition script.
    The importlib/inspect must load python script to analyze, but AST analysis is static code analysis and is very secure.
    7cad801d
test_converter.py 10.0 KB