MCPcopy Index your code
hub / github.com/geekcomputers/Python / List.py

File List.py

List.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1List = []
2# List is Muteable
3# means value can be change
4List.insert(0, 5) # insertion takes place at mentioned index

Callers

nothing calls this directly

Calls 5

insertMethod · 0.45
removeMethod · 0.45
appendMethod · 0.45
popMethod · 0.45
reverseMethod · 0.45

Tested by

no test coverage detected