| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…shot The default dataclass __repr__ shows all fields, making output very verbose when these objects appear in arrays or other containers. Add custom __repr__ methods that show only essential information: - ErrorSnapshot: function name, exception type and message - PropagatedErrorSnapshot: function name and reason The detailed __str__ output remains unchanged for when users explicitly print() these objects.
CodSpeed Performance ReportMerging #927 will not alter performanceComparing improve-error-snapshot-repr (f812685) with main (11f11fa) Summary✅ 6 untouched |
Sorry, something went wrong.
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match the correct format. Thank you! |
Sorry, something went wrong.
Codecov Report❌ Patch coverage is 28.57143% with 5 lines in your changes missing coverage. Please review.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Before
After
The detailed __str__ output remains unchanged for when users explicitly print() these objects.