Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DCode.py747 replace_identifier=object, find_alphanums=object)
751 find_alphanums = re.compile('([a-zA-Z0-9]+)').findall variable
791 encoding_key = ''.join(find_alphanums(encoding))