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

Function setup

Doc/tools/extensions/profiling_trace.py:157–166  ·  view source on GitHub ↗
(app)

Source from the content-addressed store, hash-verified

155
156
157def setup(app):
158 app.connect('build-finished', inject_trace)
159 app.add_js_file('profiling-sampling-visualization.js')
160 app.add_css_file('profiling-sampling-visualization.css')
161
162 return {
163 'version': '1.0',
164 'parallel_read_safe': True,
165 'parallel_write_safe': True,
166 }

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…