コード例 #1
0
 def service(
         request_iterator,
         face_rpc_context,
         service_behavior=method_description.service_stream_stream):
     return service_behavior(
         request_iterator, _reexport.rpc_context(face_rpc_context))
コード例 #2
0
ファイル: _face_utilities.py プロジェクト: Abioy/kythe
 def service(
     request_iterator, face_rpc_context,
     service_behavior=method_description.service_stream_stream):
   return service_behavior(
       request_iterator, _reexport.rpc_context(face_rpc_context))
コード例 #3
0
 def service(
         request,
         face_rpc_context,
         service_behavior=method_description.service_unary_stream):
     return service_behavior(
         request, _reexport.rpc_context(face_rpc_context))
コード例 #4
0
ファイル: _face_utilities.py プロジェクト: Abioy/kythe
 def service(
     request, face_rpc_context,
     service_behavior=method_description.service_unary_stream):
   return service_behavior(
       request, _reexport.rpc_context(face_rpc_context))