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

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