Method summary
- test_reference_to_trait_dict(self)
- test_simple_cycle_hastraits(self)
- test_simple_cycle_newstyle_class(self)
- test_simple_cycle_oldstyle_class(self)
Methods
- test_reference_to_trait_dict(self)
Does a HasTraits object refer to its __dict__ object?
This test may point to why the previous one fails. Even if it doesn't, the functionality is needed for detecting problems with memory in debug.memory_tracker
- test_simple_cycle_hastraits(self)
Can the garbage collector clean up a cycle with traits objects?
- test_simple_cycle_newstyle_class(self)
Can the garbage collector clean up a cycle with new style class?
- test_simple_cycle_oldstyle_class(self)
Can the garbage collector clean up a cycle with old style class?