Home
last modified time | relevance | path

Searched refs:command_arguments (Results 1 – 1 of 1) 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)