Add clear_write_flag method to builders

Fixes #111
This commit is contained in:
Jason Paryani
2016-08-09 12:26:18 -07:00
parent d85200cee3
commit 97824b957b
2 changed files with 9 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ cdef class _DynamicStructBuilder:
cdef DynamicStruct_Builder thisptr
cdef public object _parent
cdef public bint is_root
cdef bint _is_written
cdef public bint _is_written
cdef object _schema
cdef _init(self, DynamicStruct_Builder other, object parent, bint isRoot=?, bint tryRegistry=?)