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

Method drawrect_context

qrcode/image/base.py:39–43  ·  view source on GitHub ↗

Draw a single rectangle of the QR code given the surrounding context

(self, row: int, col: int, qr: "QRCode")

Source from the content-addressed store, hash-verified

37 """
38
39 def drawrect_context(self, row: int, col: int, qr: "QRCode"):
40 """
41 Draw a single rectangle of the QR code given the surrounding context
42 """
43 raise NotImplementedError("BaseImage.drawrect_context") # pragma: no cover
44
45 def process(self):
46 """

Callers 1

make_imageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected