Searched defs:BLOCK_RE (Results 1 – 5 of 5) sorted by relevance
69 BLOCK_RE = re.compile(r'\n[ ]*{}[ ]*$'.format(BASE_RE)) variable in AttrListTreeprocessor
77 BLOCK_RE = re.compile(r'\n[ ]*%s[ ]*$' % BASE_RE) variable in AttrListTreeprocessor
78 noclasses=False, tab_length=4, hl_lines=None, use_pygments=True):
103 BLOCK_RE = re.compile(r'\n[ ]*%s[ ]*$' % BASE_RE) variable in AttrListTreeprocessor