Astron / Bamboo

[Work In Progress] A library and tools for object-oriented network protocols.
https://astron.github.io/bamboo
Other
3 stars 4 forks source link

Python bindings lack keyword information for fields #2

Open Schwarzbaer opened 9 years ago

Schwarzbaer commented 9 years ago

There is no wrapper for field->has_keyword("your_keyword_goes_here") or similar (get/set) functions, making it impossible to automatically pack and unpack REQUIRED and OTHER blocks.

Kampfkarren commented 7 years ago

As far as I know, this was fixed in https://github.com/Astron/Bamboo/commit/6335e649bee00a2b88a023ca65ec1bdb136d049f. This should be closed.