mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 16:44:06 +00:00
b36d88ad46487fd08d0c6d800f1d852e4828e1c7
There were a few annoyances I had with the current code... 1. The indirection surrounding the __get and __set methods is a chore to read when trying to debug things. 2. It implemented methods like keys, pop, __contains__, __delitem__, and __repr__ that duplicated the default dict functionality. 3. Other modules were accessing _items to work around certain behavior, which wasn't ideal.
Description
No description provided
Languages
Python
99.4%
Shell
0.3%
PowerShell
0.2%
C
0.1%