GobySoft / dccl

Dynamic Compact Control Language
Other
17 stars 13 forks source link

Facilitate calling codec->id(desc) in Python. #108

Closed psmskelton closed 1 year ago

psmskelton commented 1 year ago

While Python users can look at the DESCRIPTOR and parse GetOptions(), it would be nice to call codec->id(desc) as we do in C++. This fixes that.

tsaubergine commented 1 year ago

Thanks, could you please update the comment on https://github.com/GobySoft/dccl/blob/e506ec0943bf6ae1a4247807352cbcfc1c8e9a50/python/dccl/_dccl.cc#L137?

psmskelton commented 1 year ago

@tsaubergine - Done.

tsaubergine commented 1 year ago

Thanks :)