Showing 542 of 3,395 total issues
Function _registerExternalDropTarget
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _registerExternalDropTarget(self, title, widget, function=None, replace=True):
Function _startInternalDrag
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _startInternalDrag(self, event, title, name, widget):
Function threadCallback
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def threadCallback(self, func, callback, *args, **kwargs):
Function updateListBox
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def updateListBox(self, title, items, select=False, callFunction=True):
Function renameOptionBoxItem
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def renameOptionBoxItem(self, title, item, newName=None, callFunction=False):
Function _soundWrap
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _soundWrap(self, sound, isFile=False, repeat=False, wait=False):
Function _buildButton
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _buildButton(self, title, func, frame, name=None):
Function setProperty
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def setProperty(self, title, prop, value=False, callFunction=True):
Function spinBox
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def spinBox(self, title, value=None, *args, **kwargs):
Function addListItem
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def addListItem(self, title, item, pos=None, select=True):
Function tick
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def tick(self, title, value=None, *args, **kwargs):
Function checkBox
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def checkBox(self, title, value=None, *args, **kwargs):
Function optionbox
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def optionbox(self, title, value=None, *args, **kwargs):
Function optionBox
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def optionBox(self, title, value=None, *args, **kwargs):
Function image
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def image(self, title, value=None, *args, **kwargs):
Function _setWidgetMap
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _setWidgetMap(self, name, _type, func, coords):
Function configureWidgets
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def configureWidgets(self, kind, names, option, value):
Function _getRCS
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _getRCS(self, row, column, colspan, rowspan):
Function setListItem
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def setListItem(self, title, item, newVal, first=False):
Function radio
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def radio(self, title, name=None, *args, **kwargs):