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

Function pack

Lib/test/test_builtin.py:152–153  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

150 return chr(ord(arg)+1)
151
152def pack(*args):
153 return args
154
155class BuiltinTest(ComplexesAreIdenticalMixin, unittest.TestCase):
156 # Helper to check picklability

Callers 15

commit_frameMethod · 0.85
dumpMethod · 0.85
putMethod · 0.85
getMethod · 0.85
save_longMethod · 0.85
save_floatMethod · 0.85
_save_bytes_no_memoMethod · 0.85
save_strMethod · 0.85
save_globalMethod · 0.85
test_oneMethod · 0.85
test_tuple_packMethod · 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…