kytos-ng / python-openflow

Low level OpenFlow messages parser used by Kytos SDN Platform
https://kytos.io/
MIT License
0 stars 3 forks source link

Unpack should return an object #42

Open ajoaoff opened 3 years ago

ajoaoff commented 3 years ago

Original issue opened by @cemsbr at https://github.com/kytos/python-openflow/issues/130.

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 commented 3 years ago

Duplicate of #6.