Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change some lambdas to explicit methods for clarity (see discussion in ↵ | ptmcg | 2020-04-26 | 1 | -1/+7 |
| | | | | #207); deleted duplicated examples (commit *all* changes this time) | ||||
* | Blacken the project (#141) | Jon Dufresne | 2019-10-31 | 1 | -19/+29 |
| | |||||
* | Fixed dict structure in makeHTMLTags expressions, and added tag_body ↵ | Paul McGuire | 2019-04-06 | 1 | -2/+2 |
| | | | | attribute to the generated start expression giving easy access to a SkipTo(closeTag) that will parse the tag's body text; some code cleanup and removed duplication among examples | ||||
* | Add example showing scraping/parsing of an HTML table into a Python dict | Paul McGuire | 2019-03-30 | 1 | -0/+61 |