MCPcopy 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
151def pack(*args):
152 return args
153
154class BuiltinTest(ComplexesAreIdenticalMixin, unittest.TestCase):
155 # Helper to check picklability

Callers 2

test_oneMethod · 0.70
test_eventfd_initvalMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected