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

Function _make_test_script

Lib/test/test_external_inspection.py:68–71  ·  view source on GitHub ↗
(script_dir, script_basename, source)

Source from the content-addressed store, hash-verified

66
67
68def _make_test_script(script_dir, script_basename, source):
69 to_return = make_script(script_dir, script_basename, source)
70 importlib.invalidate_caches()
71 return to_return
72
73
74def _create_server_socket(port, backlog=1):

Calls 2

make_scriptFunction · 0.90
invalidate_cachesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…