1
0
forked from VimPlug/jedi

Infer dict.get() in a fancy way

This commit is contained in:
Dave Halter
2018-09-19 01:50:35 +02:00
parent 57fa5f5bd9
commit 9807a7f038
6 changed files with 80 additions and 38 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ class ClassContext(use_metaclass(CachedMetaClass, TreeContext)):
api_type = u'class'
@evaluator_method_cache()
def find_annotation_variables(self):
def list_type_vars(self):
found = []
arglist = self.tree_node.get_super_arglist()
if arglist is None: