55# @generated
66#
77from module .thrift_types import *
8+ import importlib
89import thrift .python .types as _fbthrift_python_types
910import module .thrift_types as _module_thrift_types
11+ def get_types_reflection ():
12+ return importlib .import_module (
13+ "module.types_reflection"
14+ )
1015class List__i16__Meta (type ):
1116 def _fbthrift_type_info (cls ):
1217 return (
@@ -27,6 +32,10 @@ def __init__(self, *args, **kwargs):
2732 ** kwargs ,
2833 )
2934
35+ @staticmethod
36+ def __get_reflection__ ():
37+ return get_types_reflection ().get_reflection__List__i16 ()
38+
3039class List__i32__Meta (type ):
3140 def _fbthrift_type_info (cls ):
3241 return (
@@ -47,6 +56,10 @@ def __init__(self, *args, **kwargs):
4756 ** kwargs ,
4857 )
4958
59+ @staticmethod
60+ def __get_reflection__ ():
61+ return get_types_reflection ().get_reflection__List__i32 ()
62+
5063class List__i64__Meta (type ):
5164 def _fbthrift_type_info (cls ):
5265 return (
@@ -67,6 +80,10 @@ def __init__(self, *args, **kwargs):
6780 ** kwargs ,
6881 )
6982
83+ @staticmethod
84+ def __get_reflection__ ():
85+ return get_types_reflection ().get_reflection__List__i64 ()
86+
7087class List__string__Meta (type ):
7188 def _fbthrift_type_info (cls ):
7289 return (
@@ -87,6 +104,10 @@ def __init__(self, *args, **kwargs):
87104 ** kwargs ,
88105 )
89106
107+ @staticmethod
108+ def __get_reflection__ ():
109+ return get_types_reflection ().get_reflection__List__string ()
110+
90111class List__SimpleStruct__Meta (type ):
91112 def _fbthrift_type_info (cls ):
92113 return (
@@ -107,6 +128,10 @@ def __init__(self, *args, **kwargs):
107128 ** kwargs ,
108129 )
109130
131+ @staticmethod
132+ def __get_reflection__ ():
133+ return get_types_reflection ().get_reflection__List__SimpleStruct ()
134+
110135class Set__i32__Meta (type ):
111136 def _fbthrift_type_info (cls ):
112137 return (
@@ -127,6 +152,10 @@ def __init__(self, *args, **kwargs):
127152 ** kwargs ,
128153 )
129154
155+ @staticmethod
156+ def __get_reflection__ ():
157+ return get_types_reflection ().get_reflection__Set__i32 ()
158+
130159class Set__string__Meta (type ):
131160 def _fbthrift_type_info (cls ):
132161 return (
@@ -147,6 +176,10 @@ def __init__(self, *args, **kwargs):
147176 ** kwargs ,
148177 )
149178
179+ @staticmethod
180+ def __get_reflection__ ():
181+ return get_types_reflection ().get_reflection__Set__string ()
182+
150183class Map__string_string__Meta (type ):
151184 def _fbthrift_type_info (cls ):
152185 return (
@@ -168,6 +201,10 @@ def __init__(self, *args, **kwargs):
168201 ** kwargs ,
169202 )
170203
204+ @staticmethod
205+ def __get_reflection__ ():
206+ return get_types_reflection ().get_reflection__Map__string_string ()
207+
171208class Map__string_SimpleStruct__Meta (type ):
172209 def _fbthrift_type_info (cls ):
173210 return (
@@ -189,6 +226,10 @@ def __init__(self, *args, **kwargs):
189226 ** kwargs ,
190227 )
191228
229+ @staticmethod
230+ def __get_reflection__ ():
231+ return get_types_reflection ().get_reflection__Map__string_SimpleStruct ()
232+
192233class Map__string_i16__Meta (type ):
193234 def _fbthrift_type_info (cls ):
194235 return (
@@ -210,6 +251,10 @@ def __init__(self, *args, **kwargs):
210251 ** kwargs ,
211252 )
212253
254+ @staticmethod
255+ def __get_reflection__ ():
256+ return get_types_reflection ().get_reflection__Map__string_i16 ()
257+
213258class List__List__i32__Meta (type ):
214259 def _fbthrift_type_info (cls ):
215260 return (
@@ -230,6 +275,10 @@ def __init__(self, *args, **kwargs):
230275 ** kwargs ,
231276 )
232277
278+ @staticmethod
279+ def __get_reflection__ ():
280+ return get_types_reflection ().get_reflection__List__List__i32 ()
281+
233282class Map__string_i32__Meta (type ):
234283 def _fbthrift_type_info (cls ):
235284 return (
@@ -251,6 +300,10 @@ def __init__(self, *args, **kwargs):
251300 ** kwargs ,
252301 )
253302
303+ @staticmethod
304+ def __get_reflection__ ():
305+ return get_types_reflection ().get_reflection__Map__string_i32 ()
306+
254307class Map__string_Map__string_i32__Meta (type ):
255308 def _fbthrift_type_info (cls ):
256309 return (
@@ -272,6 +325,10 @@ def __init__(self, *args, **kwargs):
272325 ** kwargs ,
273326 )
274327
328+ @staticmethod
329+ def __get_reflection__ ():
330+ return get_types_reflection ().get_reflection__Map__string_Map__string_i32 ()
331+
275332class List__Set__string__Meta (type ):
276333 def _fbthrift_type_info (cls ):
277334 return (
@@ -292,6 +349,10 @@ def __init__(self, *args, **kwargs):
292349 ** kwargs ,
293350 )
294351
352+ @staticmethod
353+ def __get_reflection__ ():
354+ return get_types_reflection ().get_reflection__List__Set__string ()
355+
295356class Map__string_List__SimpleStruct__Meta (type ):
296357 def _fbthrift_type_info (cls ):
297358 return (
@@ -313,6 +374,10 @@ def __init__(self, *args, **kwargs):
313374 ** kwargs ,
314375 )
315376
377+ @staticmethod
378+ def __get_reflection__ ():
379+ return get_types_reflection ().get_reflection__Map__string_List__SimpleStruct ()
380+
316381class List__List__string__Meta (type ):
317382 def _fbthrift_type_info (cls ):
318383 return (
@@ -333,6 +398,10 @@ def __init__(self, *args, **kwargs):
333398 ** kwargs ,
334399 )
335400
401+ @staticmethod
402+ def __get_reflection__ ():
403+ return get_types_reflection ().get_reflection__List__List__string ()
404+
336405class List__Set__i32__Meta (type ):
337406 def _fbthrift_type_info (cls ):
338407 return (
@@ -353,6 +422,10 @@ def __init__(self, *args, **kwargs):
353422 ** kwargs ,
354423 )
355424
425+ @staticmethod
426+ def __get_reflection__ ():
427+ return get_types_reflection ().get_reflection__List__Set__i32 ()
428+
356429class List__Map__string_string__Meta (type ):
357430 def _fbthrift_type_info (cls ):
358431 return (
@@ -373,6 +446,10 @@ def __init__(self, *args, **kwargs):
373446 ** kwargs ,
374447 )
375448
449+ @staticmethod
450+ def __get_reflection__ ():
451+ return get_types_reflection ().get_reflection__List__Map__string_string ()
452+
376453class List__binary__Meta (type ):
377454 def _fbthrift_type_info (cls ):
378455 return (
@@ -393,6 +470,10 @@ def __init__(self, *args, **kwargs):
393470 ** kwargs ,
394471 )
395472
473+ @staticmethod
474+ def __get_reflection__ ():
475+ return get_types_reflection ().get_reflection__List__binary ()
476+
396477class Set__binary__Meta (type ):
397478 def _fbthrift_type_info (cls ):
398479 return (
@@ -413,6 +494,10 @@ def __init__(self, *args, **kwargs):
413494 ** kwargs ,
414495 )
415496
497+ @staticmethod
498+ def __get_reflection__ ():
499+ return get_types_reflection ().get_reflection__Set__binary ()
500+
416501class List__AnEnum__Meta (type ):
417502 def _fbthrift_type_info (cls ):
418503 return (
@@ -433,6 +518,10 @@ def __init__(self, *args, **kwargs):
433518 ** kwargs ,
434519 )
435520
521+ @staticmethod
522+ def __get_reflection__ ():
523+ return get_types_reflection ().get_reflection__List__AnEnum ()
524+
436525class _std_unordered_map__Map__i32_i32__Meta (type ):
437526 def _fbthrift_type_info (cls ):
438527 return (
@@ -454,6 +543,10 @@ def __init__(self, *args, **kwargs):
454543 ** kwargs ,
455544 )
456545
546+ @staticmethod
547+ def __get_reflection__ ():
548+ return get_types_reflection ().get_reflection___std_unordered_map__Map__i32_i32 ()
549+
457550class _MyType__List__i32__Meta (type ):
458551 def _fbthrift_type_info (cls ):
459552 return (
@@ -474,6 +567,10 @@ def __init__(self, *args, **kwargs):
474567 ** kwargs ,
475568 )
476569
570+ @staticmethod
571+ def __get_reflection__ ():
572+ return get_types_reflection ().get_reflection___MyType__List__i32 ()
573+
477574class _MyType__Set__i32__Meta (type ):
478575 def _fbthrift_type_info (cls ):
479576 return (
@@ -494,6 +591,10 @@ def __init__(self, *args, **kwargs):
494591 ** kwargs ,
495592 )
496593
594+ @staticmethod
595+ def __get_reflection__ ():
596+ return get_types_reflection ().get_reflection___MyType__Set__i32 ()
597+
497598class _MyType__Map__i32_i32__Meta (type ):
498599 def _fbthrift_type_info (cls ):
499600 return (
@@ -515,6 +616,10 @@ def __init__(self, *args, **kwargs):
515616 ** kwargs ,
516617 )
517618
619+ @staticmethod
620+ def __get_reflection__ ():
621+ return get_types_reflection ().get_reflection___MyType__Map__i32_i32 ()
622+
518623class _py3_simple_AdaptedList__List__i32__Meta (type ):
519624 def _fbthrift_type_info (cls ):
520625 return (
@@ -535,6 +640,10 @@ def __init__(self, *args, **kwargs):
535640 ** kwargs ,
536641 )
537642
643+ @staticmethod
644+ def __get_reflection__ ():
645+ return get_types_reflection ().get_reflection___py3_simple_AdaptedList__List__i32 ()
646+
538647class _py3_simple_AdaptedSet__Set__i32__Meta (type ):
539648 def _fbthrift_type_info (cls ):
540649 return (
@@ -555,6 +664,10 @@ def __init__(self, *args, **kwargs):
555664 ** kwargs ,
556665 )
557666
667+ @staticmethod
668+ def __get_reflection__ ():
669+ return get_types_reflection ().get_reflection___py3_simple_AdaptedSet__Set__i32 ()
670+
558671class _py3_simple_AdaptedMap__Map__i32_i32__Meta (type ):
559672 def _fbthrift_type_info (cls ):
560673 return (
@@ -576,6 +689,10 @@ def __init__(self, *args, **kwargs):
576689 ** kwargs ,
577690 )
578691
692+ @staticmethod
693+ def __get_reflection__ ():
694+ return get_types_reflection ().get_reflection___py3_simple_AdaptedMap__Map__i32_i32 ()
695+
579696class Map__i32_double__Meta (type ):
580697 def _fbthrift_type_info (cls ):
581698 return (
@@ -597,6 +714,10 @@ def __init__(self, *args, **kwargs):
597714 ** kwargs ,
598715 )
599716
717+ @staticmethod
718+ def __get_reflection__ ():
719+ return get_types_reflection ().get_reflection__Map__i32_double ()
720+
600721class List__Map__i32_double__Meta (type ):
601722 def _fbthrift_type_info (cls ):
602723 return (
@@ -617,6 +738,10 @@ def __init__(self, *args, **kwargs):
617738 ** kwargs ,
618739 )
619740
741+ @staticmethod
742+ def __get_reflection__ ():
743+ return get_types_reflection ().get_reflection__List__Map__i32_double ()
744+
620745class Map__AnEnumRenamed_i32__Meta (type ):
621746 def _fbthrift_type_info (cls ):
622747 return (
@@ -638,3 +763,7 @@ def __init__(self, *args, **kwargs):
638763 ** kwargs ,
639764 )
640765
766+ @staticmethod
767+ def __get_reflection__ ():
768+ return get_types_reflection ().get_reflection__Map__AnEnumRenamed_i32 ()
769+
0 commit comments