You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems there's no way to wrap parsers with context attribute. I think it's good idea adding something like endianness attribute, but for context: we could use it for structure parameters and for the whole structure (maybe wrap all structure parameters' parsers with tuple and then with context like context (message, tuple((..))).
The text was updated successfully, but these errors were encountered:
r4v3n6101
changed the title
Support or Context attribute
Support of Context attribute
Aug 12, 2021
It seems there's no way to wrap parsers with
context
attribute. I think it's good idea adding something like endianness attribute, but forcontext
: we could use it for structure parameters and for the whole structure (maybe wrap all structure parameters' parsers withtuple
and then withcontext
likecontext (message, tuple((..))
).The text was updated successfully, but these errors were encountered: