def subsystem_dependencies(cls): return super().subsystem_dependencies() + (Thrift.scoped(cls), )
def _thrift(self): return Thrift.scoped_instance(self)
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 subsystem_dependencies(cls): return super(ApacheThriftGenBase, cls).subsystem_dependencies() + (Thrift.scoped(cls),)
def subsystem_dependencies(cls): return super(GoThriftGen, cls).subsystem_dependencies() + (Thrift.scoped(cls),)