Searched refs:CAPI_REGEX (Results 1 – 1 of 1) sorted by relevance
20 CAPI_REGEX = re.compile(r'^ *PyAPI_DATA\([^)]*\) \W*(_?Py\w+(?:, \w+)*\w).*;.*$') variable58 match = CAPI_REGEX.match(line)