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

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