MCPcopy 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
51def copy_2d_array(x):
52 return [row[:] for row in x]
53
54
55class ActiveWithNeighbors(NamedTuple):

Callers 1

makeImplMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected