# # Autogenerated by Thrift # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # @generated # import typing as _typing import folly.iobuf as _fbthrift_iobuf import thrift.py3.builder import module.types as _module_types class Mixin1_Builder(thrift.py3.builder.StructBuilder): field1: _typing.Optional[str] def __iter__(self) -> _typing.Iterator[_typing.Tuple[str, _typing.Any]]: ... class Mixin2_Builder(thrift.py3.builder.StructBuilder): m1: _typing.Any field2: _typing.Optional[str] def __iter__(self) -> _typing.Iterator[_typing.Tuple[str, _typing.Any]]: ... class Mixin3Base_Builder(thrift.py3.builder.StructBuilder): field3: _typing.Optional[str] def __iter__(self) -> _typing.Iterator[_typing.Tuple[str, _typing.Any]]: ... class Foo_Builder(thrift.py3.builder.StructBuilder): field4: _typing.Optional[str] m2: _typing.Any m3: _typing.Any def __iter__(self) -> _typing.Iterator[_typing.Tuple[str, _typing.Any]]: ...