Home
last modified time | relevance | path

Searched refs:command_arguments (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dprotoc.py23 def main(command_arguments): argument
30 command_arguments = [argument.encode() for argument in command_arguments]
31 return _protoc_compiler.run_main(command_arguments)
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dprotoc.py30 def main(command_arguments): argument
37 command_arguments = [argument.encode() for argument in command_arguments]
38 return _protoc_compiler.run_main(command_arguments)