forked from VimPlug/jedi
Remove infer_element from Value
This commit is contained in:
@@ -89,9 +89,6 @@ class HelperValueMixin(object):
|
|||||||
debug.warning('Tried to run __await__ on value %s', self)
|
debug.warning('Tried to run __await__ on value %s', self)
|
||||||
return await_value_set.execute_with_values()
|
return await_value_set.execute_with_values()
|
||||||
|
|
||||||
def infer_node(self, node):
|
|
||||||
return self.inference_state.infer_element(self, node)
|
|
||||||
|
|
||||||
def iterate(self, contextualized_node=None, is_async=False):
|
def iterate(self, contextualized_node=None, is_async=False):
|
||||||
debug.dbg('iterate %s', self)
|
debug.dbg('iterate %s', self)
|
||||||
if is_async:
|
if is_async:
|
||||||
|
|||||||
Reference in New Issue
Block a user