Make it possible to use inheritance on generics without always specifying type vars, see also discussion in #1593

This commit is contained in:
Dave Halter
2020-06-10 09:54:32 +02:00
parent cf923ec6de
commit df7dd026d2
5 changed files with 38 additions and 4 deletions
+3
View File
@@ -174,6 +174,9 @@ class Value(HelperValueMixin):
def is_class(self):
return False
def is_class_mixin(self):
return False
def is_instance(self):
return False