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

Method drawrect

qrcode/image/base.py:34–37  ·  view source on GitHub ↗

Draw a single rectangle of the QR code.

(self, row, col)

Source from the content-addressed store, hash-verified

32
33 @abc.abstractmethod
34 def drawrect(self, row, col):
35 """
36 Draw a single rectangle of the QR code.
37 """
38
39 def drawrect_context(self, row: int, col: int, qr: "QRCode"):
40 """

Callers 1

drawrect_contextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected