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

GenericStruct __init__ method could accept any named argument that matches a class attribute

Open erickvermot opened this issue 7 years ago • 0 comments

GenericStruct init method could accept any named argument that matches a class attribute. This way, derivative classes could have its attributes values initialized on instantiation without having to reimplement init each time.

erickvermot avatar Jul 19 '17 18:07 erickvermot