blob: cc1fe71acf10b2b27ae00fabe98be5457b7b10f9 [file] [log] [blame]
def func1(x):
"""
:rtype : object
"""
return x
def func2(x):
y = func1(x.keys())
return y.startswith('foo')