python-openflow icon indicating copy to clipboard operation
python-openflow copied to clipboard

Unpack should return an object

Open cemsbr opened this issue 8 years ago • 8 comments

Refactor unpack methods to return the unpacked object instead of being an inplace method.

Probably the TODO creator meant implementing a class method so we would call FixedTypeList.unpack(buff), for instance.

cemsbr avatar Jul 25 '16 20:07 cemsbr