A minor issue for getting the stack at a position, fixes #590.

This commit is contained in:
Dave Halter
2016-07-08 08:39:36 +02:00
parent e5f09e1c7d
commit baa745a6ac
2 changed files with 21 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
"""
Issues with the parser not the completion engine should be here.
Issues with the parser and not the type inference should be part of this file.
"""
class IndentIssues():
@@ -34,3 +34,10 @@ complete to definition.
definition = 0
#? ['definition']
str(def
# It might be hard to determine the context
class Foo(object):
@property
#? ['str']
def bar(str