コード例 #1
0
 def protobuf_binary(self):
     return Protoc.scoped_instance(self).select(context=self.context)
コード例 #2
0
ファイル: protobuf_gen.py プロジェクト: foursquare/pants
 def protobuf_binary(self):
   return Protoc.scoped_instance(self).select(context=self.context)
コード例 #3
0
 def _protoc(self):
     return Protoc.scoped_instance(self).select(context=self.context)
コード例 #4
0
ファイル: go_protobuf_gen.py プロジェクト: foursquare/pants
 def _protoc(self):
   return Protoc.scoped_instance(self).select(context=self.context)