Searched refs:possible_bytes_identifier (Results 1 – 1 of 1) sorted by relevance
746 cython.declare(possible_unicode_identifier=object, possible_bytes_identifier=object,749 possible_bytes_identifier = re.compile(r"(?![0-9])\w+$".encode('ASCII')).match variable808 intern = bool(possible_bytes_identifier(text))