blob: f7df1b777d2fdeba30c848da1b2c74a7801a6a72 [file] [log] [blame]
def g(x):
return x
def f(x):
y = g(x.keys())
return y<caret>.startswith('foo')