-
Notifications
You must be signed in to change notification settings - Fork 207
Add __getitem__ method to DictWrapper #126
Conversation
Add __getitem__ method to allow DictWrapper to be indexed like a normal dictionary
Codecov Report
@@ Coverage Diff @@
## master #126 +/- ##
==========================================
+ Coverage 46.67% 46.68% +0.01%
==========================================
Files 4 4
Lines 632 634 +2
Branches 64 64
==========================================
+ Hits 295 296 +1
- Misses 322 325 +3
+ Partials 15 13 -2
Continue to review full report at Codecov.
|
|
In #75 i have rewritten this is part completely from scratch. python-amazon-mws/mws/utils.py Lines 165 to 238 in 7e387b0
|
|
This is a lot cleaner than the DictWrapper for sure! |
Add getitem method to allow DictWrapper to be indexed like a normal dictionary