Diff
Differences From Artifact [774d8a07cf]:
- File pq.py — part of check-in [ea81d1ad5d] at 2012-01-09 03:45:04 on branch trunk — 2.0.8.5 (user: mario, size: 849) [annotate] [blame] [check-ins using]
To Artifact [9ad9a3d426]:
- File pq.py — part of check-in [7911337325] at 2014-04-08 21:50:21 on branch py3 — more Python3 syntax fixes, introduce compat2and3 module (user: mario, size: 851) [annotate] [blame] [check-ins using] [more...]
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - + | try: from pyquery import PyQuery as pq # pq.each_pq = lambda self,func: self.each( lambda i,html: func( pq(html, parser="html") ) ) |