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

Function write_output

Lib/test/bisect_cmd.py:38–43  ·  view source on GitHub ↗
(filename, tests)

Source from the content-addressed store, hash-verified

36
37
38def write_output(filename, tests):
39 if not filename:
40 return
41 print("Writing %s tests into %s" % (len(tests), filename))
42 write_tests(filename, tests)
43 return filename
44
45
46def format_shell_args(args):

Callers 1

mainFunction · 0.70

Calls 1

write_testsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…