“bf5a3e106bd90fb9a96b55373945e2ffac9b2592”上不存在“tests/script/general/alter”
  • 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