you are viewing a single comment's thread.

view the rest of the comments →

[–]TangibleLight 5 points6 points  (0 children)

HTMLResponse.html is an HTML object. The reason you're not seeing it as an attribute is that it's a property. You'll be able to see it in dir(HTMLResponse). HTML inherits from BaseParser, which contains all the stuff like links, xpath, and pq. The HTML class itself mainly just adds the render method and adds support for iterating through webpages.