1
0
forked from VimPlug/jedi

refactor general array lookup method get_index_types

This commit is contained in:
Dave Halter
2014-05-12 15:23:48 +02:00
parent 70d85d1b3a
commit b6ec589997
6 changed files with 28 additions and 19 deletions

View File

@@ -17,8 +17,7 @@ class Cls():
def defined_lookup(self, obj):
"""
Uses an arbitrary object and performs an operation on it, shouldn't
be a problem.
`obj` is defined by a call into this function.
"""
obj.upper
#! attribute-error