1
0
forked from VimPlug/jedi

Add a first try of implementing the typing module

This commit is contained in:
Dave Halter
2018-08-20 19:51:36 +02:00
parent fe78fa9850
commit 5081b06016
3 changed files with 181 additions and 2 deletions
+3
View File
@@ -71,6 +71,9 @@ class Context(BaseContext):
return f.filter_name(filters)
return f.find(filters, attribute_lookup=not search_global)
def execute_annotation(self):
return execute_evaluated(self)
def create_context(self, node, node_is_context=False, node_is_object=False):
return self.evaluator.create_context(self, node, node_is_context, node_is_object)