Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/tools/extensions/
Dasdl_highlight.py20 _text_ws = r"(\s*)" variable in ASDLLexer
31 r"(module)" + _text_ws + _name,
41 _name + _text_ws + "(=)",
Dpeg_highlight.py25 _text_ws = r"(\s*)" variable in PEGLexer
46 "variables": [(_name + _text_ws + "(=)", bygroups(None, None, None),),],