mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-13 09:26:37 -04:00
Add code documentation
This commit is contained in:
parent
0b9ea2c1dd
commit
6b3507e495
@ -93,6 +93,10 @@ class MinimumWidthWidget(QtWidgets.QWidget):
|
|||||||
|
|
||||||
|
|
||||||
class Image(qrcode.image.base.BaseImage):
|
class Image(qrcode.image.base.BaseImage):
|
||||||
|
"""
|
||||||
|
A custom Image class, for use with the QR Code pixmap.
|
||||||
|
"""
|
||||||
|
|
||||||
def __init__(self, border, width, box_size):
|
def __init__(self, border, width, box_size):
|
||||||
self.border = border
|
self.border = border
|
||||||
self.width = width
|
self.width = width
|
||||||
|
Loading…
x
Reference in New Issue
Block a user