Showing 542 of 3,395 total issues
Function addCanvasOval
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def addCanvasOval(self, title, x, y, xDiam, yDiam, **kwargs):
Function startPanedFrameVertical
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def startPanedFrameVertical( self, title, row=None, column=0, colspan=0, rowspan=0, sticky="NSEW"):
Function addListBox
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def addListBox(self, name, values=None, row=None, column=0, colspan=0, rowspan=0):
Function _canvasMaker
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _canvasMaker(self, title, row=None, column=0, colspan=0, rowspan=0, **kwargs):
Function addCheckBox
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def addCheckBox(self, title, row=None, column=0, colspan=0, rowspan=0, name=None):
Function addWebLink
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def addWebLink(self, title, page, row=None, column=0, colspan=0, rowspan=0):
Function addCanvasRectangle
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def addCanvasRectangle(self, title, x, y, w, h, **kwargs):
Function _prepContainer
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _prepContainer(self, cTitle, cType, container, row, col, sticky=None):
Function startNotebook
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def startNotebook(self, title, row=None, column=0, colspan=0, rowspan=0, sticky="NSEW"):
Function addLabelScale
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def addLabelScale(self, title, row=None, column=0, colspan=0, rowspan=0, label=True):
Function _addSpinBox
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _addSpinBox(self, title, values, row=None, column=0, colspan=0, rowspan=0):
Function addLink
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def addLink(self, title, func, row=None, column=0, colspan=0, rowspan=0):
Function setGoogleMapMarker
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def setGoogleMapMarker(self, title, location, size=None, colour=None, label=None, replace=False):
Function startSubWindow
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def startSubWindow(self, name, title=None, modal=False, blocking=False, transient=False, grouped=True):
Function addWidget
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def addWidget(self, title, widg, row=None, column=0, colspan=0, rowspan=0):
Function _bindDragEvent
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _bindDragEvent(self, kind, name, widget, functions, eventType, key=None):
Function addLabelSaveEntry
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def addLabelSaveEntry(self, title, row=None, column=0, colspan=0, rowspan=0, label=True):
Function _addSeparator
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _addSeparator(self, orient, row=None, column=0, colspan=0, rowspan=0, colour=None):
Function addLabelDirectoryEntry
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def addLabelDirectoryEntry(self, title, row=None, column=0, colspan=0, rowspan=0, label=True):
Function addMenuRadioButton
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def addMenuRadioButton(self, menu, name, value, func=None, shortcut=None, underline=-1):