1
0
forked from VimPlug/jedi

parent_stmt property never raises an error now, returns None

This commit is contained in:
David Halter
2012-07-19 17:14:42 +02:00
parent 6bea28938f
commit 6ef99d4338
2 changed files with 4 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ second = ""
class TestClass(object):
var_class = TestClass(1)
def __init__(self2, first_param, second_param):
def __init__(self2, first_param, second_param, third=1.0):
self2.var_inst = first_param
self2.second = second_param
self2.first = first_param