mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
A minor issue for getting the stack at a position, fixes #590.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user