Conversation
|
| # Class names use the Python class name directly | ||
| COMMAND PROTO CREATE_USER BIG_ENDIAN "Create a User" | ||
| META GRPC_METHOD /example.photoservice.ExamplePhotoService/CreateUser | ||
| ACCESSOR proto_accessor.py example_photo_pb2.py User |
There was a problem hiding this comment.
Does this directory need to be like lib/proto_accessor.py?
There was a problem hiding this comment.
Since we add lib to the search path you can use it directly. This matches the gems_ascii_accessor.py in the openc3-cosmos-gems-interface-python plugin.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2888 +/- ##
=======================================
Coverage 78.82% 78.83%
=======================================
Files 667 667
Lines 54527 54527
Branches 728 728
=======================================
+ Hits 42982 42984 +2
+ Misses 11467 11465 -2
Partials 78 78
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|



No description provided.