-
Notifications
You must be signed in to change notification settings - Fork 7
Feature/threadcommand serialization including args and kwargs #56
Conversation
BenediktBurger
left a comment
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.
A few comments and suggestions, especially regarding typing.
| return list_obj, remaining_bytes | ||
|
|
||
|
|
||
| class TupleSerializeDeserialize(SerializableBase): |
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.
Instead of tuple serialization, we could use the list conversion in the ThreadCommand serialization.
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.
yes well I used the List Serialization within the Tuple one so it's more or less the same
Co-authored-by: Benedikt Burger <67148916+BenediktBurger@users.noreply.github.com>
Co-authored-by: Benedikt Burger <67148916+BenediktBurger@users.noreply.github.com>
Co-authored-by: Benedikt Burger <67148916+BenediktBurger@users.noreply.github.com>
…com/PyMoDAQ/pymodaq_utils into feature/threadcommand_serialization
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 1.0.x_dev #56 +/- ##
=============================================
+ Coverage 74.26% 74.71% +0.45%
=============================================
Files 18 18
Lines 1628 1665 +37
=============================================
+ Hits 1209 1244 +35
- Misses 419 421 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
solve #53