gaogaotiantian / objprint

A library that can print Python objects in human readable format
Apache License 2.0
510 stars 43 forks source link

Refactor Type Checking Syntax #92

Closed happytree718 closed 1 year ago

happytree718 commented 1 year ago

As discussed earlier, I refactored the syntax for some isinstance() calls.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (0d97ded) 100.00% compared to head (5e8a1bc) 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #92 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 5 5 Lines 376 376 ========================================= Hits 376 376 ``` | [Impacted Files](https://app.codecov.io/gh/gaogaotiantian/objprint/pull/92?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tian+Gao) | Coverage Δ | | |---|---|---| | [src/objprint/objprint.py](https://app.codecov.io/gh/gaogaotiantian/objprint/pull/92?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tian+Gao#diff-c3JjL29ianByaW50L29ianByaW50LnB5) | `100.00% <100.00%> (ø)` | |

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