pylint-bot / test

0 stars 0 forks source link

Consider using a real proxy in place of bases.Proxy #205

Open pylint-bot opened 8 years ago

pylint-bot commented 8 years ago

Originally reported by: BitBucket: ceridwenv, GitHub: @ceridwen?


Now that we're using wrapt and lazy_object_proxy, would replacing bases.Proxy make sense? Even if we don't need the broader functionality, it would remove some code.


pylint-bot commented 8 years ago

Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore?):


Sounds fine to me.