summaryrefslogtreecommitdiff
path: root/docs/examples/userguide/sharing_declarations/lunch.pyx
blob: 8b0911510f3b4954dfffb45055636289d75f3076 (plain)
1
2
3
4
cimport c_lunch

def eject_tomato(float speed):
    c_lunch.eject_tomato(speed)