(*objects, sep=" ", end="\n", file=sys.stdout, flush=False)
| 22 | """ |
| 23 | |
| 24 | def print_pass(*objects, sep=" ", end="\n", file=sys.stdout, flush=False): |
| 25 | pass |
| 26 | |
| 27 | builtins.print = print_pass |
| 28 |
nothing calls this directly
no outgoing calls
no test coverage detected