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

Function onearg

Lib/test/test_itertools.py:26–28  ·  view source on GitHub ↗

Test function of one argument

(x)

Source from the content-addressed store, hash-verified

24 return list(zip(*args))
25
26def onearg(x):
27 'Test function of one argument'
28 return 2*x
29
30def errfunc(*args):
31 'Test function that raises an error'

Callers 1

test_mapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…