Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ pack
Function
pack
Lib/test/test_builtin.py:151–152 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
149
return
chr(ord(arg)+1)
150
151
def
pack(*args):
152
return
args
153
154
class
BuiltinTest(ComplexesAreIdenticalMixin, unittest.TestCase):
155
# Helper to check picklability
Callers
2
test_one
Method · 0.70
test_eventfd_initval
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected