TonyFlury / py-importjson

Import json data into python as a module, complete with auto creation of classes, class and instance data attributes, __init__ methods and more.
8 stars 3 forks source link

Strange constraints behaviour #18

Closed TonyFlury closed 8 years ago

TonyFlury commented 8 years ago

Constraints defined on inherited classes exhibit some very strange behavior - in that only constraints defined by the super class are honored - and any further constraints defined by the child class are ignored.

Even if the super class does not define any constraints, any constraints defined on the child class are ignored.

TonyFlury commented 8 years ago

Fixed in 0.0.1a9.