summaryrefslogtreecommitdiff
path: root/docs/examples/userguide/extension_types/python_access.pyx
blob: db11de63c1a4d92c15130a1c8fc4d4a9d6051958 (plain)
1
2
3
4
5
6
7
 


cdef class Shrubbery:
    cdef public int width, height

    cdef readonly float depth