Test function of one argument
(x)
| 24 | return list(zip(*args)) |
| 25 | |
| 26 | def onearg(x): |
| 27 | 'Test function of one argument' |
| 28 | return 2*x |
| 29 | |
| 30 | def errfunc(*args): |
| 31 | 'Test function that raises an error' |
no outgoing calls
no test coverage detected
searching dependent graphs…