-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add __getitem__, __setitem__ and get methods #390
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a couple of comments. Please merge main into this branch and make sure checks pass.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #390 +/- ##
==========================================
+ Coverage 93.71% 93.72% +0.01%
==========================================
Files 62 62
Lines 2402 2408 +6
==========================================
+ Hits 2251 2257 +6
Misses 151 151 ☔ View full report in Codecov by Sentry. |
Description
Add getitem, setitem and get methods in Object class
Checklist