DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / Demos / callback / run_cheese.py
123456
import cheese def report_cheese(name): print("Found cheese: " + name) cheese.find(report_cheese)