(title)
| 45 | print(f"<title>{getText(title.childNodes)}</title>") |
| 46 | |
| 47 | def handleSlideTitle(title): |
| 48 | print(f"<h2>{getText(title.childNodes)}</h2>") |
| 49 | |
| 50 | def handlePoints(points): |
| 51 | print("<ul>") |
no test coverage detected
searching dependent graphs…