| Current Path : /opt/alt/python35/share/doc/alt-python35-Cython/Demos/callback/ |
| Current File : //opt/alt/python35/share/doc/alt-python35-Cython/Demos/callback/run_cheese.py |
import cheese
def report_cheese(name):
print("Found cheese: " + name)
cheese.find(report_cheese)