386 return orderedArguments |
386 return orderedArguments |
387 |
387 |
388 ####################################################################### |
388 ####################################################################### |
389 ## Unused Globals |
389 ## Unused Globals |
390 ## |
390 ## |
391 ## adapted from: flake8-unused-globals v0.1.9 |
391 ## adapted from: flake8-unused-globals v0.1.10 |
392 ####################################################################### |
392 ####################################################################### |
393 |
393 |
394 def __checkUnusedGlobals(self): |
394 def __checkUnusedGlobals(self): |
395 """ |
395 """ |
396 Private method to check for unused global variables. |
396 Private method to check for unused global variables. |