|
PCART
v1.4
Automated Repair of Python API Parameter Compatibility Issues
|
Regular expression match class 正则表达式匹配类 More...
Public Member Functions | |
| def | __init__ (self, code_text, pattern) |
| The constructor 构造函数 More... | |
| def | get_result (self) |
| Return the match result 返回匹配结果 More... | |
| def | regex_match (self) |
| Perform the regular expression match 执行正则表达式匹配 More... | |
Regular expression match class 正则表达式匹配类
Match a given pattern from code text
| def __init__ | ( | self, | |
| code_text, | |||
| pattern | |||
| ) |
| def get_result | ( | self | ) |
| def regex_match | ( | self | ) |