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

Function handleSlideTitle

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

Source from the content-addressed store, hash-verified

45 print(f"<title>{getText(title.childNodes)}</title>")
46
47def handleSlideTitle(title):
48 print(f"<h2>{getText(title.childNodes)}</h2>")
49
50def handlePoints(points):
51 print("<ul>")

Callers 1

handleSlideFunction · 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…