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

Function handlePoints

Doc/includes/minidom-example.py:50–54  ·  view source on GitHub ↗
(points)

Source from the content-addressed store, hash-verified

48 print(f"<h2>{getText(title.childNodes)}</h2>")
49
50def handlePoints(points):
51 print("<ul>")
52 for point in points:
53 handlePoint(point)
54 print("</ul>")
55
56def handlePoint(point):
57 print(f"<li>{getText(point.childNodes)}</li>")

Callers 1

handleSlideFunction · 0.85

Calls 1

handlePointFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…