gaogaotiantian / objprint

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

Use dir instead of __dict__ for objprint #65

Closed gaogaotiantian closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #65 (636f2d5) into master (e41a345) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #65   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          311       310    -1     
=========================================
- Hits           311       310    -1     
Impacted Files Coverage Δ
src/objprint/objprint.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e41a345...636f2d5. Read the comment docs.