properties: expose defaultvalue to user, and allow to change it for the next instances

This commit is contained in:
Mathieu Virbel 2012-09-10 12:02:24 +02:00
parent 49ef114e51
commit 0123902de9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
cdef class Property:
cdef str _name
cdef int allownone
cdef object defaultvalue
cdef public object defaultvalue
cdef init_storage(self, object obj, dict storage)
cpdef link(self, object obj, str name)
cpdef link_deps(self, object obj, str name)