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

Function main

Lib/test/test_profile.py:168–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166
167
168def main():
169 if '-r' not in sys.argv:
170 unittest.main()
171 else:
172 regenerate_expected_output(__file__, ProfileTest)
173
174
175# Don't remove this comment. Everything below it is auto-generated.

Callers 1

test_profile.pyFile · 0.70

Calls 2

mainMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…