summaryrefslogtreecommitdiff
path: root/docs/examples/userguide/extension_types/widen_shrubbery.pyx
blob: c6f58f00c3ae90424ffbbd5cc43764870f917e37 (plain)
1
2
3
4
5
6
 
from my_module cimport Shrubbery


cdef widen_shrubbery(Shrubbery sh, extra_width):
    sh.width = sh.width + extra_width