tahoe-lafs/src/allmydata/mutable
Brian Warner da4e7dcfbe hush a bunch of not-really-problems caught by the lgtm.com static analyzer
This is all minor stuff: unreachable debug code (that should be commented-out
instead of in an 'if False:' block), unnecessary 'pass' and 'global'
statements, redundantly-initialized variables. No behavior changes. Nothing
here was actually broken, it just looked suspicious to the static analysis at
https://lgtm.com/projects/g/tahoe-lafs/tahoe-lafs/alerts/?mode=list .
2017-12-31 00:19:41 +01:00
..
__init__.py mutable WIP: split mutable.py into separate files. All tests pass. 2008-04-11 14:31:16 -07:00
checker.py Remove 'needs-rebalancing' and add 'count-happiness' to checker reports; repair tests. fixes #1784, #2105 2014-03-20 16:13:57 +00:00
common.py Remove ResponseCache in favor of MDMFSlotReadProxy's cache. closes #1240. 2012-12-27 00:00:17 +00:00
filenode.py use @implementer instead of implements 2017-02-27 11:01:30 -07:00
layout.py use @implementer instead of implements 2017-02-27 11:01:30 -07:00
publish.py hush a bunch of not-really-problems caught by the lgtm.com static analyzer 2017-12-31 00:19:41 +01:00
repairer.py use @implementer instead of implements 2017-02-27 11:01:30 -07:00
retrieve.py use @implementer instead of implements 2017-02-27 11:01:30 -07:00
servermap.py avoid variable coverage by using a defaultdict 2017-07-27 18:19:57 -07:00