Home
last modified time | relevance | path

Searched refs:CAPI_REGEX (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Tools/c-globals/
Dcheck-c-globals.py20 CAPI_REGEX = re.compile(r'^ *PyAPI_DATA\([^)]*\) \W*(_?Py\w+(?:, \w+)*\w).*;.*$') variable
56 match = CAPI_REGEX.match(line)