synacktiv / bip

BSD 3-Clause "New" or "Revised" License
189 stars 19 forks source link

Add interface between BipType and BipFunction #12

Closed BrunoPujos closed 4 years ago

BrunoPujos commented 4 years ago

Add a property (getter and setter) BipFunction.type for interfacing BipFunction and BipType. Deprecate legacy properties BipFunction.str_type and BipFunction.guess_strtype for being removed in next major released.

Update the changelog and the tests accordingly.