]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
switch UploadResults to use getters, hide internal data, for all but .uri
authorBrian Warner <warner@lothar.com>
Tue, 22 May 2012 04:14:28 +0000 (21:14 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 22 May 2012 04:14:28 +0000 (21:14 -0700)
commit29b11531b56cd93a60a1bfeb2522453c8a894298
tree9930298e7f914a29e2c924b3196610ae3582327c
parent08f5bc8e2f51a3084c262cd9484d1bbd4acc46ee
switch UploadResults to use getters, hide internal data, for all but .uri

This hides attributes with e.g. _sharemap, and creates getters like
get_sharemap() to access them, for every field except .uri . This will
make it easier to modify the internal representation of .sharemap
without requiring callers to adjust quite yet.

".uri" has so many users that it seemed better to update it in a
subsequent patch.
src/allmydata/immutable/filenode.py
src/allmydata/immutable/offloaded.py
src/allmydata/immutable/upload.py
src/allmydata/interfaces.py
src/allmydata/test/test_system.py
src/allmydata/test/test_upload.py
src/allmydata/web/status.py