MCPcopy Index your code
hub / github.com/lincolnloop/python-qrcode / border_rows_iter

Method border_rows_iter

qrcode/image/pure.py:49–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 yield from self.border_rows_iter()
48
49 def border_rows_iter(self):
50 border_row = [1] * (self.box_size * (self.width + self.border * 2))
51 for _ in range(self.border * self.box_size):
52 yield border_row
53
54
55# Keeping this for backwards compatibility.

Callers 1

rows_iterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected