There was an error while loading. Please reload this page.
1 parent 0ef2bd8 commit 7caff5cCopy full SHA for 7caff5c
1 file changed
Doc/tools/check-html-ids.py
@@ -45,6 +45,7 @@ def handle_starttag(self, tag, attrs):
45
self.__ids.add(value)
46
47
48
+@functools.cache
49
def get_ids_from_file(path):
50
ids = set()
51
gatherer = IDGatherer(ids)
0 commit comments