(self, arg_table, subcommand_table)
| 1044 | return self._session.emit_first_non_none_response(name, **kwargs) |
| 1045 | |
| 1046 | def _create_operation_parser(self, arg_table, subcommand_table): |
| 1047 | parser = ArgTableArgParser(arg_table, subcommand_table) |
| 1048 | return parser |
| 1049 | |
| 1050 | def _add_customization_to_user_agent(self): |
| 1051 | add_command_lineage_to_user_agent_extra( |
no test coverage detected