go-python / gpython

gpython is a python interpreter written in go "batteries not included"
BSD 3-Clause "New" or "Revised" License
870 stars 95 forks source link

Adding __delitem__ to dict #215

Closed kellrott closed 1 year ago

kellrott commented 1 year ago

Enables the 'del' command to delete items from a dict

codecov[bot] commented 1 year ago

Codecov Report

Base: 74.35% // Head: 74.38% // Increases project coverage by +0.03% :tada:

Coverage data is based on head (c89f95c) compared to base (c60d425). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #215 +/- ## ========================================== + Coverage 74.35% 74.38% +0.03% ========================================== Files 76 76 Lines 12617 12625 +8 ========================================== + Hits 9381 9391 +10 + Misses 2563 2562 -1 + Partials 673 672 -1 ``` | [Impacted Files](https://codecov.io/gh/go-python/gpython/pull/215?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-python) | Coverage Δ | | |---|---|---| | [py/dict.go](https://codecov.io/gh/go-python/gpython/pull/215?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-python#diff-cHkvZGljdC5nbw==) | `79.50% <100.00%> (+1.43%)` | :arrow_up: | | [vm/eval.go](https://codecov.io/gh/go-python/gpython/pull/215?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-python#diff-dm0vZXZhbC5nbw==) | `79.53% <0.00%> (+0.18%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-python). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-python)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.