Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lincolnloop/python-qrcode
/ copy_2d_array
Function
copy_2d_array
qrcode/main.py:51–52 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
49
50
51
def
copy_2d_array(x):
52
return
[row[:]
for
row in x]
53
54
55
class
ActiveWithNeighbors(NamedTuple):
Callers
1
makeImpl
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected