Closed stevan closed 11 years ago
We do not consistently handle unsupported meta-objects in traits, for instance repr will die if given anything but a class, but most of the others will just silently do nothing. We need to decide on a course of action and be consistent.
repr
We do not consistently handle unsupported meta-objects in traits, for instance
repr
will die if given anything but a class, but most of the others will just silently do nothing. We need to decide on a course of action and be consistent.