summaryrefslogtreecommitdiff
path: root/docs/examples/userguide/sharing_declarations/lunch.py
blob: df56913eb6f66d1a7a726bc3df9517ac9d34a163 (plain)
1
2
3
4
5
import cython
from cython.cimports.c_lunch import eject_tomato as c_eject_tomato

def eject_tomato(speed: cython.float):
    c_eject_tomato(speed)