Searched refs:id_literal_ (Results 1 – 1 of 1) sorted by relevance
166 def id_literal_(what): function176 match = _re.compile(id_literal_(keep)).match186 id_literal = id_literal_(r'[a-zA-Z0-9_$]')187 id_literal_open = id_literal_(r'[a-zA-Z0-9_${\[(!+-]')188 id_literal_close = id_literal_(r'[a-zA-Z0-9_$}\])"\047+-]')189 post_regex_off = id_literal_(r'[^\000-\040}\])?:|,;.&=+-]')