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

Remove '.value' behaviour #47

Open ajoaoff opened 3 years ago

ajoaoff commented 3 years ago

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

We are going to simplify our library for the users by assuming that the attributes of our classes instances will always receive python basic types (int, string or list, when appropriate) or other complex objects (such as a Header object as message attributes).

Questions: