# # Autogenerated by Thrift # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # @generated # cdef class MyStructNestedAnnotation_Builder(thrift.py3.builder.StructBuilder): _struct_type = _module_types.MyStructNestedAnnotation def __iter__(self): yield "name", self.name cdef class SecretStruct_Builder(thrift.py3.builder.StructBuilder): _struct_type = _module_types.SecretStruct def __iter__(self): yield "id", self.id yield "password", self.password