Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ 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
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'
Callers
1
test_map
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected