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

Method load

Lib/test/test_compile.py:1452–1453  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1450 self.assertEqual(all_consts, expected)
1451
1452 def load():
1453 return x[a:b] + x [a:] + x[:b] + x[:]
1454
1455 check_op_count(load, "BINARY_SLICE", 3)
1456 check_op_count(load, "BUILD_SLICE", 0)

Callers 15

test_marshalFunction · 0.45
loadsMethod · 0.45
loadsMethod · 0.45
loadsMethod · 0.45
checkMethod · 0.45
test_unpickler_superMethod · 0.45
check_unpicklerMethod · 0.45
test_unpicklerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected