kytos / python-openflow

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

Standardize `isenum` to `is_enum` #624

Closed hdiogenes closed 3 years ago

hdiogenes commented 3 years ago

Current methods in the class are is_valid, is_bitmask and... isenum.

I've checked all the other projects and the method is only used inside the same file.