pyquery
pyquery copied to clipboard
collections of strings are unprintable
dwt created an issue 2012-06-05
If you use code like this
print someCollection.map(lambda index, each: PyQuery(each).text())
it explodes as it can't deal with the fact that the pyquery collection only contains strings.
Can you add a real example ? What is "someCollection" ?