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