src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Unused/UnusedChecker.py

branch
eric7
changeset 10056
ac1c214e0a05
parent 10054
d7a47f0cff2b
child 10066
251638443e17
equal deleted inserted replaced
10055:2008df2579f1 10056:ac1c214e0a05
357 orderedArguments.append(args.kwarg) 357 orderedArguments.append(args.kwarg)
358 358
359 return orderedArguments 359 return orderedArguments
360 360
361 ####################################################################### 361 #######################################################################
362 ## Unused Arguments 362 ## Unused Globals
363 ## 363 ##
364 ## adapted from: flake8-unused-arguments v0.0.13 364 ## adapted from: flake8-unused-globals v0.1.9
365 ####################################################################### 365 #######################################################################
366 366
367 def __checkUnusedGlobals(self): 367 def __checkUnusedGlobals(self):
368 """ 368 """
369 Private method to check for unused global variables. 369 Private method to check for unused global variables.

eric ide

mercurial