MCPcopy Index your code
hub / github.com/aws/aws-cli / create_alias_sub_command

Method create_alias_sub_command

tests/unit/test_alias.py:348–356  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

346 )
347
348 def create_alias_sub_command(self):
349 return InternalAliasSubCommand(
350 alias_name=self.alias_name,
351 alias_value=self.alias_value,
352 command_object=self.command_object,
353 global_args_parser=self.global_args_parser,
354 proxied_sub_command=self.shadow_proxy_command,
355 session=self.session,
356 )
357
358 def test_alias_with_no_args(self):
359 alias_cmd = self.create_alias_sub_command()

Calls 1

Tested by

no test coverage detected