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