Searched refs:command_spec (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dcommand_runner.py139 command_map[command.command_spec.command_name] = command
140 for command_name_aliases in command.command_spec.command_name_aliases:
188 command.command_spec.command_name, add_help=False)
189 if isinstance(command.command_spec.argparse_arguments, dict):
191 subcommand_argument_dict = command.command_spec.argparse_arguments
199 command_parser, command.command_spec.argparse_arguments, gsutil_api)
H A Dcommand.py288 # Each subclass of Command must define a property named 'command_spec' that is
323 command_spec = None variable in class:Command
361 return self.command_spec.command_name
370 return self.command_spec.urls_start_arg
437 if self.command_spec is None:
439 'command_spec definition.' % self.command_name)
447 self.command_spec = self.command_spec._replace(
450 if (len(self.args) < self.command_spec.min_args
451 or len(self.args) > self.command_spec
[all...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
H A Dcat.py88 command_spec = Command.CreateCommandSpec( variable in class:CatCommand
H A Dmv.py99 command_spec = Command.CreateCommandSpec( variable in class:MvCommand
H A Dnotification.py146 command_spec = Command.CreateCommandSpec( variable in class:NotificationCommand
242 self.args, self.command_spec.supported_sub_args)
H A Dmb.py136 command_spec = Command.CreateCommandSpec( variable in class:MbCommand
H A Drb.py58 command_spec = Command.CreateCommandSpec( variable in class:RbCommand
H A Dstat.py88 command_spec = Command.CreateCommandSpec( variable in class:StatCommand
H A Dcompose.py76 command_spec = Command.CreateCommandSpec( variable in class:ComposeCommand
H A Dhash.py70 command_spec = Command.CreateCommandSpec( variable in class:HashCommand
H A Dlifecycle.py97 command_spec = Command.CreateCommandSpec( variable in class:LifecycleCommand
H A Dversion.py58 command_spec = Command.CreateCommandSpec( variable in class:VersionCommand
H A Dversioning.py69 command_spec = Command.CreateCommandSpec( variable in class:VersioningCommand
H A Dweb.py137 command_spec = Command.CreateCommandSpec( variable in class:WebCommand
H A Dcors.py96 command_spec = Command.CreateCommandSpec( variable in class:CorsCommand
H A Dlogging.py124 command_spec = Command.CreateCommandSpec( variable in class:LoggingCommand
H A Dacl.py282 command_spec = Command.CreateCommandSpec( variable in class:AclCommand
H A Ddefacl.py153 command_spec = Command.CreateCommandSpec( variable in class:DefAclCommand
H A Ddu.py115 command_spec = Command.CreateCommandSpec( variable in class:DuCommand
H A Dhelp.py83 command_spec = Command.CreateCommandSpec( variable in class:HelpCommand
H A Dls.py227 command_spec = Command.CreateCommandSpec( variable in class:LsCommand
H A Drm.py172 command_spec = Command.CreateCommandSpec( variable in class:RmCommand
H A Dsetmeta.py126 command_spec = Command.CreateCommandSpec( variable in class:SetMetaCommand
H A Dsignurl.py193 command_spec = Command.CreateCommandSpec( variable in class:UrlSignCommand
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
H A Dtest_command_runner.py77 command_spec = Command.CreateCommandSpec( variable in class:FakeCommandWithInvalidCompleter
100 command_spec = Command.CreateCommandSpec( variable in class:FakeCommandWithCompleters
299 FakeCommandWithInvalidCompleter.command_spec.command_name:
319 FakeCommandWithCompleters.command_spec.command_name:

Completed in 130 milliseconds

12