Skip to content

bit pos not reset when contents reset. #266

Open
@scott-griffiths

Description

@scott-griffiths

For example

>>> a
BitStream('0x0120310230123', pos=23)
>>> a.u8=4
>>> a
BitStream('0x04', pos=23)

If we reset the value via a property setter we should change the pos back to 0.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions