Method summary
- test_any(self)
- test_Any_circular_references(self)
- test_Any_circular_references_deep(self)
- test_class_attribute_missing(self)
- test_instance(self)
- test_Instance_circular_references(self)
- test_Instance_circular_references_deep(self)
Methods
- test_any(self)
- test_Any_circular_references(self)
- test_Any_circular_references_deep(self)
- test_class_attribute_missing(self)
This test demonstrates a problem with Traits objects with class attributes. A change to the value of a class attribute via one instance causes the attribute to be removed from other instances.
AttributeError: 'ClassWithClassAttribute' object has no attribute 'name'
- test_instance(self)
- test_Instance_circular_references(self)
- test_Instance_circular_references_deep(self)