|
PCART
v1.4
Automated Repair of Python API Parameter Compatibility Issues
|
Callsite record class 调用点记录类 More...
Public Member Functions | |
| def | toDict (self) |
| The structured callsite identity 结构化调用点身份 More... | |
Callsite record class 调用点记录类
A CallsiteRecord separates runtime artifact id, report display text and static matching API. CallsiteRecord用于分离运行产物id、报告展示文本和静态匹配API。
Definition at line 103 of file callsite.py.
| def toDict | ( | self | ) |
The structured callsite identity 结构化调用点身份
The stable id used by pkl/json/manifest/sharedDict pkl/json/manifest/sharedDict使用的稳定id
The restored API used for static matching 静态匹配用的还原API
The original parameter string of the callsite 调用点原始参数字符串
Convert callsite record to dictionary 将调用点记录转换为字典
Definition at line 123 of file callsite.py.