Exemple #1
0
 def subsystem_dependencies(cls):
     return super().subsystem_dependencies() + (Thrift.scoped(cls), )
Exemple #2
0
 def _thrift(self):
     return Thrift.scoped_instance(self)
Exemple #3
0
 def _thrift_binary(self):
     return Thrift.scoped_instance(self).select(context=self.context)
 def subsystem_dependencies(cls):
     return super(ApacheThriftGenBase,
                  cls).subsystem_dependencies() + (Thrift.scoped(cls), )
 def _thrift_binary(self):
   return Thrift.scoped_instance(self).select(context=self.context)
 def subsystem_dependencies(cls):
   return super(ApacheThriftGenBase, cls).subsystem_dependencies() + (Thrift.scoped(cls),)
Exemple #7
0
 def _thrift(self):
   return Thrift.scoped_instance(self)
Exemple #8
0
 def subsystem_dependencies(cls):
   return super(GoThriftGen, cls).subsystem_dependencies() + (Thrift.scoped(cls),)