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

Function handlePoint

Doc/includes/minidom-example.py:56–57  ·  view source on GitHub ↗
(point)

Source from the content-addressed store, hash-verified

54 print("</ul>")
55
56def handlePoint(point):
57 print(f"<li>{getText(point.childNodes)}</li>")
58
59def handleToc(slides):
60 for slide in slides:

Callers 1

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