Show More
@@ -984,18 +984,21 b' class ForwardDeclaredMixin(object):' | |||
|
984 | 984 | "Module {} has no attribute {}".format(modname, self.klass) |
|
985 | 985 | ) |
|
986 | 986 | |
|
987 | ||
|
987 | 988 | class ForwardDeclaredType(ForwardDeclaredMixin, Type): |
|
988 | 989 | """ |
|
989 | 990 | Forward-declared version of Type. |
|
990 | 991 | """ |
|
991 | 992 | pass |
|
992 | 993 | |
|
994 | ||
|
993 | 995 | class ForwardDeclaredInstance(ForwardDeclaredMixin, Instance): |
|
994 | 996 | """ |
|
995 | 997 | Forward-declared version of Instance. |
|
996 | 998 | """ |
|
997 | 999 | pass |
|
998 | 1000 | |
|
1001 | ||
|
999 | 1002 | class This(ClassBasedTraitType): |
|
1000 | 1003 | """A trait for instances of the class containing this trait. |
|
1001 | 1004 |
General Comments 0
You need to be logged in to leave comments.
Login now