Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DCode.py746 cython.declare(possible_unicode_identifier=object, possible_bytes_identifier=object,
749 possible_bytes_identifier = re.compile(r"(?![0-9])\w+$".encode('ASCII')).match variable
808 intern = bool(possible_bytes_identifier(text))