MCPcopy
hub / github.com/ethereum/research / append

Method append

spec_pythonizer/minimal_ssz.py:45–46  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

43 self.length = len(x)
44
45 def append(*args):
46 raise Exception("Cannot change the length of a vector")
47
48 remove = clear = extend = pop = insert = append
49

Callers 15

iceage.pyFile · 0.45
process_historyMethod · 0.45
add_blockMethod · 0.45
process_blockMethod · 0.45
simulateFunction · 0.45
__init__Method · 0.45
multi_invMethod · 0.45
base_regression.pyFile · 0.45
time_regression.pyFile · 0.45

Calls

no outgoing calls

Tested by 14

test_proposer_slashingFunction · 0.36
test_deposit_in_blockFunction · 0.36
test_deposit_top_upFunction · 0.36
test_attestationFunction · 0.36
test_voluntary_exitFunction · 0.36
test_transferFunction · 0.36
output_proof_langFunction · 0.36
balance_deltaFunction · 0.36
plot_viewFunction · 0.36
dfsFunction · 0.36
mock_make_childFunction · 0.36
test_zpolyFunction · 0.36