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

Function setup

Doc/tools/extensions/glossary_search.py:55–63  ·  view source on GitHub ↗
(app: Sphinx)

Source from the content-addressed store, hash-verified

53
54
55def setup(app: Sphinx) -> ExtensionMetadata:
56 app.connect('doctree-resolved', process_glossary_nodes)
57 app.connect('build-finished', write_glossary_json)
58
59 return {
60 'version': '1.0',
61 'parallel_read_safe': True,
62 'parallel_write_safe': True,
63 }

Callers

nothing calls this directly

Calls 1

connectMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…