Draw a single rectangle of the QR code given the surrounding context
(self, row: int, col: int, qr: "QRCode")
| 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 | """ |