Advertisement
ijontichy

this feels like lisp

Jun 5th, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. 51 COLOR_RES = (
  2. 52 (re.compile(i), j) for (i, j) in
  3. 53 (
  4. 54 ("#?" + ("([0-9A-Fa-f]{2})" * 3), hexColor),
  5. 55 ("([0-9]{1,3}),([0-9]{1,3}),([0-9]{1,3})", intColor)
  6. 56 )
  7. 57 )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement