MCPcopy Index your code
hub / github.com/python/cpython / handleSlideshowTitle

Function handleSlideshowTitle

Doc/includes/minidom-example.py:44–45  ·  view source on GitHub ↗
(title)

Source from the content-addressed store, hash-verified

42 handlePoints(slide.getElementsByTagName("point"))
43
44def handleSlideshowTitle(title):
45 print(f"<title>{getText(title.childNodes)}</title>")
46
47def handleSlideTitle(title):
48 print(f"<h2>{getText(title.childNodes)}</h2>")

Callers 1

handleSlideshowFunction · 0.85

Calls 1

getTextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…