# # Autogenerated by Thrift # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # @generated # cdef class Internship_Builder(thrift.py3.builder.StructBuilder): _struct_type = _module_types.Internship def __iter__(self): yield "weeks", self.weeks yield "title", self.title yield "employer", self.employer yield "compensation", self.compensation yield "school", self.school cdef class Range_Builder(thrift.py3.builder.StructBuilder): _struct_type = _module_types.Range def __iter__(self): yield "min", self.min yield "max", self.max cdef class struct1_Builder(thrift.py3.builder.StructBuilder): _struct_type = _module_types.struct1 def __iter__(self): yield "a", self.a yield "b", self.b cdef class struct2_Builder(thrift.py3.builder.StructBuilder): _struct_type = _module_types.struct2 def __iter__(self): yield "a", self.a yield "b", self.b yield "c", self.c yield "d", self.d cdef class struct3_Builder(thrift.py3.builder.StructBuilder): _struct_type = _module_types.struct3 def __iter__(self): yield "a", self.a yield "b", self.b yield "c", self.c cdef class struct4_Builder(thrift.py3.builder.StructBuilder): _struct_type = _module_types.struct4 def __iter__(self): yield "a", self.a yield "b", self.b yield "c", self.c cdef class union1_Builder(thrift.py3.builder.StructBuilder): _struct_type = _module_types.union1 def __iter__(self): yield "i", self.i yield "d", self.d cdef class union2_Builder(thrift.py3.builder.StructBuilder): _struct_type = _module_types.union2 def __iter__(self): yield "i", self.i yield "d", self.d yield "s", self.s yield "u", self.u