Searched refs:_initial_token_re_match (Results 1 – 1 of 1) sorted by relevance
1243 initial_token_match = _initial_token_re_match(s)3508 _initial_token_re_match = re.compile(r"[^\w]*(\w+)\s*").match variable