Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fluentpython/example-code-2e
/ insert
Method
insert
13-protocol-abc/frenchdeck2.py:25–26 ·
view source on GitHub ↗
(self, position, value)
Source
from the content-addressed store, hash-verified
23
del self._cards[position]
24
25
def
insert(self, position, value):
# <3>
26
self._cards.insert(position, value)
Callers
4
add_hook
Method · 0.80
add_path
Method · 0.80
bottle.py
File · 0.80
iter_mst_records
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected