1
0
forked from VimPlug/jedi

Rename py__getitem__ to py__simple_getitem

This commit is contained in:
Dave Halter
2018-08-10 19:31:19 +02:00
parent bc5ca4d8ae
commit 84b89f4689
9 changed files with 31 additions and 27 deletions

View File

@@ -77,7 +77,7 @@ class Context(BaseContext):
# The actual getitem call.
try:
getitem = self.py__getitem__
getitem = self.py__simple_getitem__
except AttributeError:
from jedi.evaluate import analysis
# TODO this context is probably not right.