Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRefactor fallback' read header #441
Conversation
…available MessagePack types.
…ll '_unpack()' method on a single byte.
Codecov Report
@@ Coverage Diff @@
## master #441 +/- ##
==========================================
+ Coverage 88.07% 88.34% +0.27%
==========================================
Files 5 5
Lines 847 738 -109
==========================================
- Hits 746 652 -94
+ Misses 101 86 -15
Continue to review full report at Codecov.
|
I reordered the code in the
_read_header()method of thefallback.pyfile.I removed duplicated code and (hopefully) made the function more readable and maintainable.