1
0
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:
Dave Halter
2014-07-30 19:49:41 +02:00
parent 0851e7667e
commit 870abe73d4
3 changed files with 21 additions and 4 deletions

View File

@@ -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.