Add missing docstrings to Python classes and methods

Information

ID: 184
PHID: PHID-TASK-tr54unslb2kptgnzudh3
Author: WhonixQubes
Status at Migration Time: resolved
Priority at Migration Time: Normal

Description

Add missing docstrings to Python classes and methods

#qubes-whonix-next

Old Description:

Excess commenting in WhonixMessageBox Class…

/usr/lib/qubes-whonix/alert

https://github.com/Whonix/qubes-whonix/blob/master/usr/lib/qubes-whonix/alert

class WhonixMessageBox(QtGui.QMessageBox):
    '''
    '''
    def __init__(self, message):

should likely be:

class WhonixMessageBox(QtGui.QMessageBox):
    def __init__(self, message):

Comments


nrgaway

2015-02-16 12:21:07 UTC


WhonixQubes

2015-02-16 12:50:37 UTC


nrgaway

2015-06-06 16:09:18 UTC