##// END OF EJS Templates
DOC: Clarify docstring for `ClassBasedTraitType`.
Scott Sanderson -
Show More
@@ -748,7 +748,10 b' class HasTraits(py3compat.with_metaclass(MetaHasTraits, object)):'
748
748
749
749
750 class ClassBasedTraitType(TraitType):
750 class ClassBasedTraitType(TraitType):
751 """A trait with error reporting for Type, Instance and This."""
751 """
752 A trait with error reporting and string -> type resolution for Type,
753 Instance and This.
754 """
752
755
753 def _resolve_string(self, string):
756 def _resolve_string(self, string):
754 """
757 """
General Comments 0
You need to be logged in to leave comments. Login now