DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / docs / examples / userguide / sharing_declarations / lunch.py
12345
import cython from cython.cimports.c_lunch import eject_tomato as c_eject_tomato def eject_tomato(speed: cython.float): c_eject_tomato(speed)