MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / test_print

Function test_print

Python/CP_Templates.py:120–122  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

118
119
120def test_print(*args):
121 if testingMode:
122 print(args)
123
124
125def display_list(list1, sep=" "):

Callers

nothing calls this directly

Calls 1

printFunction · 0.50

Tested by

no test coverage detected