# # Autogenerated by Thrift # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # @generated # cdef class AStruct_Builder(thrift.py3.builder.StructBuilder): _struct_type = _includes_types.AStruct def __iter__(self): yield "FieldA", self.FieldA cdef class AStructB_Builder(thrift.py3.builder.StructBuilder): _struct_type = _includes_types.AStructB def __iter__(self): yield "FieldA", self.FieldA