# # Autogenerated by Thrift # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # @generated # cdef class Struct_Builder(thrift.py3.builder.StructBuilder): _struct_type = _module2_types.Struct def __iter__(self): yield "first", self.first yield "second", self.second cdef class BigStruct_Builder(thrift.py3.builder.StructBuilder): _struct_type = _module2_types.BigStruct def __iter__(self): yield "s", self.s yield "id", self.id