summaryrefslogtreecommitdiff
path: root/docs/examples/userguide/extension_types/widen_shrubbery.py
blob: f69f4dc96e20e351bffb21139dae787141748a64 (plain)
1
2
3
4
5
6
import cython
from cython.cimports.my_module import Shrubbery

@cython.cfunc
def widen_shrubbery(sh: Shrubbery, extra_width):
    sh.width = sh.width + extra_width