Searched refs:SHORTCUT_RE (Results 1 – 1 of 1) sorted by relevance
18 SHORTCUT_RE = lazy_re.compile('([^&]|^)(&[A-Za-z])') variable in ShortcutGroup43 keys = [groups[1] for groups in self.SHORTCUT_RE.findall(content)]