summaryrefslogtreecommitdiff
path: root/docs/examples/userguide/extension_types/python_access.pyx
blob: 6d5225ec057a80ca6c8a514e40684600d577fd45 (plain)
1
2
3
cdef class Shrubbery:
    cdef public int width, height
    cdef readonly float depth