Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
psi
/
YieldStatement.py
blob: fb5a98a71fbb6d4e21f5dc8e89d605e59e7360b0 [
file
] [
log
] [
blame
]
def
f
():
yield
42
f
()