# # Autogenerated by Thrift # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # @generated # from cpython cimport bool as pbool, int as pint, float as pfloat cimport folly.iobuf as _fbthrift_iobuf cimport thrift.py3.builder cimport module.types as _module_types cdef class Fiery_Builder(thrift.py3.builder.StructBuilder): cdef public str message cdef class Serious_Builder(thrift.py3.builder.StructBuilder): cdef public str sonnet cdef class ComplexFieldNames_Builder(thrift.py3.builder.StructBuilder): cdef public str error_message cdef public str internal_error_message cdef class CustomFieldNames_Builder(thrift.py3.builder.StructBuilder): cdef public str error_message cdef public str internal_error_message cdef class ExceptionWithPrimitiveField_Builder(thrift.py3.builder.StructBuilder): cdef public str message cdef public pint error_code cdef class ExceptionWithStructuredAnnotation_Builder(thrift.py3.builder.StructBuilder): cdef public str message_field cdef public pint error_code cdef class Banal_Builder(thrift.py3.builder.StructBuilder): pass