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

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