Showing 542 of 3,395 total issues
Avoid deeply nested control flow statements. Open
Open
with app3.frame():
app3.label("stacks-3")
Avoid deeply nested control flow statements. Open
Open
with app3.frame():
app3.label("stacks-1")
with app3.frame():
Consider simplifying this complex logical expression. Open
Open
if mode == "set" or (mode in [ "in", "clear"] and entry.showingDefault):
var.set("")
entry.showingDefault = False
entry.config(justify=entry.oldJustify)
if not self.ttkFlag:
Function _registerInternalDragSource
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def _registerInternalDragSource(self, kind, title, widget, function=None):
Function table
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def table(self, title, value=None, *args, **kwargs):
Function updatePlot
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def updatePlot(self, title, t, s, keepLabels=False):
Function properties
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def properties(self, title, value=None, *args, **kwargs):
Function spin
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def spin(self, title, value=None, *args, **kwargs):
Function date
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def date(self, title, value=None, *args, **kwargs):
Function setScaleRange
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def setScaleRange(self, title, start, end, curr=None):
Function spinbox
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def spinbox(self, title, value=None, *args, **kwargs):
Function getWidgetProperty
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def getWidgetProperty(self, kind, name, val, prop):
Function datePicker
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def datePicker(self, title, value=None, *args, **kwargs):
Function listbox
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def listbox(self, title, value=None, *args, **kwargs):
Function listBox
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def listBox(self, title, value=None, *args, **kwargs):
Function radioButton
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def radioButton(self, title, name=None, *args, **kwargs):
Function __init__
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(self, master, fill=False, changeOnFocus=True, font=None, **kwargs):
Function label
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def label(self, title, value=None, *args, **kwargs):
Function page
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def page(self, windowTitle=None, pageNumber=None, sticky="nw", **kwargs):
Function option
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def option(self, title, value=None, *args, **kwargs):