(title)
| 42 | handlePoints(slide.getElementsByTagName("point")) |
| 43 | |
| 44 | def handleSlideshowTitle(title): |
| 45 | print(f"<title>{getText(title.childNodes)}</title>") |
| 46 | |
| 47 | def handleSlideTitle(title): |
| 48 | print(f"<h2>{getText(title.childNodes)}</h2>") |
no test coverage detected
searching dependent graphs…