|
PCART
v1.4
Automated Repair of Python API Parameter Compatibility Issues
|
Extract library Python APIs 提取库的Python API定义 More...
Go to the source code of this file.
Namespaces | |
| extractLibAPI | |
Functions | |
| def | getLibAPI (version, libName, sourceCodePath) |
| Extract API definitions for a given library version 抽取给定库版本的API定义 More... | |
| def | main () |
| Main function of extracting lib API definitions 抽取库API定义主函数 More... | |
Extract library Python APIs 提取库的Python API定义
This script takes the configuration file (e.g., config.json) as input, and extracts library APIs from the current and target versions. 此脚本以配置文件(如config.json)为输入,从当前版本和目标版本中提取库的API定义。 Run command: python extractLibAPI.py -cfg config.json
Definition in file extractLibAPI.py.