コード例 #1
0
 def subsystem_dependencies(cls):
     return super().subsystem_dependencies() + (Thrift.scoped(cls), )
コード例 #2
0
ファイル: go_thrift_gen.py プロジェクト: rkstap/pants
 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), )
コード例 #5
0
 def _thrift_binary(self):
   return Thrift.scoped_instance(self).select(context=self.context)
コード例 #6
0
 def subsystem_dependencies(cls):
   return super(ApacheThriftGenBase, cls).subsystem_dependencies() + (Thrift.scoped(cls),)
コード例 #7
0
ファイル: go_thrift_gen.py プロジェクト: foursquare/pants
 def _thrift(self):
   return Thrift.scoped_instance(self)
コード例 #8
0
ファイル: go_thrift_gen.py プロジェクト: foursquare/pants
 def subsystem_dependencies(cls):
   return super(GoThriftGen, cls).subsystem_dependencies() + (Thrift.scoped(cls),)