Add num_first_segment_words argument wherever message creation can occur

This commit is contained in:
Jason Paryani
2014-02-28 13:36:38 -08:00
parent 3231a07c9a
commit cba4378d1f
3 changed files with 36 additions and 16 deletions

View File

@@ -16,4 +16,4 @@ cdef class _DynamicStructReader:
cpdef _which(self)
cpdef as_builder(self)
cpdef as_builder(self, num_first_segment_words=?)