Advertisement
TakesxiSximada

mako placeholder

Jun 16th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ./mako/lexer.py:390: match = self.match(r"\${")
  2. ./mako/parsetree.py:305: for x in re.compile(r'(\${.+?})',
  3. ./mako/parsetree.py:307: m = re.compile(r'^\${(.+?)}$', re.S).match(x)
  4. ./mako/parsetree.py:324: if re.search(r'\${.+?}', self.attributes[key]):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement