get_first_non_keyword_argument_values is not really used anymore

This commit is contained in:
Dave Halter
2019-09-04 00:08:49 +02:00
parent 0be9ab0caf
commit b27f47683c
2 changed files with 0 additions and 21 deletions
-7
View File
@@ -130,13 +130,6 @@ class CompiledInstance(AbstractInstanceValue):
def name(self):
return compiled.CompiledValueName(self, self.class_value.name.string_name)
def get_first_non_keyword_argument_values(self):
key, lazy_value = next(self.arguments.unpack(), ('', None))
if key is not None:
return NO_VALUES
return lazy_value.infer()
def is_stub(self):
return False