/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ namespace py thrift.test.py.adapter include "thrift/test/py/adapter_bar.thrift" struct Foo { 1: Bar_6216 structField; 2: Bar_6216 oStructField; 3: map mapField; } struct FooWithoutAdapters { 1: adapter_bar.Bar structField; 2: optional adapter_bar.Bar oStructField; 3: map mapField; } // The following were automatically generated and may benefit from renaming. typedef adapter_bar.Bar ( py.adapter = "thrift.test.py.adapter_for_tests.AdapterTestStructToDict", ) Bar_1448 // The following were automatically generated and may benefit from renaming. typedef adapter_bar.Bar ( py.adapter = "thrift.test.py.adapter_for_tests.AdapterTestStructToDict", ) Bar_6216