MCPcopy Index your code
hub / github.com/RustPython/RustPython / load

Method load

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

Source from the content-addressed store, hash-verified

1462 self.assertEqual(all_consts, expected)
1463
1464 def load():
1465 return x[a:b] + x [a:] + x[:b] + x[:]
1466
1467 check_op_count(load, "BINARY_SLICE", 3)
1468 check_op_count(load, "BUILD_SLICE", 0)

Callers 15

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