Exemplo n.º 1
0
 def subsystem_dependencies(cls):
     return super().subsystem_dependencies() + (Thrift.scoped(cls), )
Exemplo n.º 2
0
 def _thrift(self):
     return Thrift.scoped_instance(self)
Exemplo n.º 3
0
 def _thrift_binary(self):
     return Thrift.scoped_instance(self).select(context=self.context)
Exemplo n.º 4
0
 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),)
Exemplo n.º 7
0
 def _thrift(self):
   return Thrift.scoped_instance(self)
Exemplo n.º 8
0
 def subsystem_dependencies(cls):
   return super(GoThriftGen, cls).subsystem_dependencies() + (Thrift.scoped(cls),)