forked from VimPlug/jedi
Calling an InstanceElement of an Instance of CompiledObject doesn't raise an error anymore. Yes, it's really that complicated.
This commit is contained in:
@@ -78,7 +78,7 @@ def search_params(evaluator, param):
|
||||
pos = c.start_pos
|
||||
scope = stmt.parent
|
||||
|
||||
# this whole stuff is just to not execute certain parts
|
||||
# This whole stuff is just to not execute certain parts
|
||||
# (speed improvement), basically we could just call
|
||||
# ``eval_call_path`` on the call_path and it would
|
||||
# also work.
|
||||
|
||||
Reference in New Issue
Block a user