support initializing DynamicListBuilder from tuple

This commit is contained in:
Florian Friesdorf
2017-02-09 02:10:50 +01:00
parent 455ffdf4ab
commit 1bfc20fefb
2 changed files with 9 additions and 0 deletions

View File

@@ -122,5 +122,6 @@ cdef to_python_reader(C_DynamicValue.Reader self, object parent)
cdef to_python_builder(C_DynamicValue.Builder self, object parent)
cdef _to_dict(msg, bint verbose, bint ordered)
cdef _from_list(_DynamicListBuilder msg, list d)
cdef _from_tuple(_DynamicListBuilder msg, tuple d)
cdef _setDynamicFieldWithField(DynamicStruct_Builder thisptr, _StructSchemaField field, value, parent)
cdef _setDynamicFieldStatic(DynamicStruct_Builder thisptr, field, value, parent)