1
0
forked from VimPlug/jedi
This commit is contained in:
David Halter
2013-05-04 13:28:07 +04:30
parent 698ee7af28
commit 2e0d0bb4f5

View File

@@ -78,3 +78,13 @@ def both():
#? str(), int()
both()
class Test(object):
def __init__(self):
self.teststr = ""
"""
# jedi issue #210
"""
def test(self):
#? ['teststr']
self.teststr