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

Function handleSlide

Doc/includes/minidom-example.py:40–42  ·  view source on GitHub ↗
(slide)

Source from the content-addressed store, hash-verified

38 handleSlide(slide)
39
40def handleSlide(slide):
41 handleSlideTitle(slide.getElementsByTagName("title")[0])
42 handlePoints(slide.getElementsByTagName("point"))
43
44def handleSlideshowTitle(title):
45 print(f"<title>{getText(title.childNodes)}</title>")

Callers 1

handleSlidesFunction · 0.85

Calls 3

handleSlideTitleFunction · 0.85
handlePointsFunction · 0.85
getElementsByTagNameMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…