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

Function main

Lib/test/test_profiling/test_tracing_profiler.py:174–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172
173
174def main():
175 if '-r' not in sys.argv:
176 unittest.main()
177 else:
178 regenerate_expected_output(__file__, CProfileTest)
179
180
181# Don't remove this comment. Everything below it is auto-generated.

Callers 1

Calls 2

mainMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…