commit | 744c9b6adaf51d689ad589e0c727bf800d00628a | [log] [tgz] |
---|---|---|
author | bhagyashris <bhagyashri.shewale@nttdata.com> | Mon Aug 22 12:36:56 2016 +0530 |
committer | bhagyashris <bhagyashri.shewale@nttdata.com> | Wed Aug 24 11:56:56 2016 +0530 |
tree | f262bfe36b532dc043d907df26761e2efdc6e28c | |
parent | 3b834f25c1d31ef482116344f97b0a1059d9a836 [diff] |
Replace functions 'Dict.get' and 'del' with 'Dict.pop' Refactoring code: Making 'kwargs' dict to use single instruction: pop() rather than two instructions: get() and del, giving the codes a format that carries through. TrivialFix Change-Id: Icaf4a57314a8fe48f51993d7b32a1671fec40f31