HomeSort by relevance Sort by last modified time
    Searched refs:help_spec (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
help_provider.py 39 # Each subclass of HelpProvider define a property named 'help_spec' that is
57 help_spec = None variable in class:HelpProvider
65 assert (len(help_provider.help_spec.help_name) > 1
66 and len(help_provider.help_spec.help_name) < MAX_HELP_NAME_LEN)
67 for hna in help_provider.help_spec.help_name_aliases:
69 one_line_summary_len = len(help_provider.help_spec.help_one_line_summary)
72 assert len(help_provider.help_spec.help_text) > 10
75 name_check_list = [help_provider.help_spec.help_name]
76 name_check_list.extend(help_provider.help_spec.help_name_aliases)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
apis.py 58 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
anon.py 44 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
crc32c.py 133 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
dev.py 140 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
encoding.py 97 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
retries.py 57 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
support.py 80 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
throttling.py 54 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
versions.py 260 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
prod.py 140 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
command_opts.py 126 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
creds.py 155 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
projects.py 94 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
security.py 212 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
subdirs.py 106 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
metadata.py 198 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
wildcards.py 187 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
acls.py 213 help_spec = HelpProvider.HelpSpec( variable in class:CommandOptions
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
help.py 95 help_spec = Command.HelpSpec( variable in class:HelpCommand
112 key=lambda hp: hp.help_spec.help_name):
114 help_prov.help_spec.help_name,
115 help_prov.help_spec.help_one_line_summary))
118 key=lambda hp: hp.help_spec.help_name):
120 help_prov.help_spec.help_name,
121 help_prov.help_spec.help_one_line_summary))
132 subcommand_map = help_prov.help_spec.subcommand_help_text
156 help_name = help_prov.help_spec.help_name
157 help_text = help_prov.help_spec.help_tex
    [all...]
mv.py 117 help_spec = Command.HelpSpec( variable in class:MvCommand
cat.py 105 help_spec = Command.HelpSpec( variable in class:CatCommand
mb.py 153 help_spec = Command.HelpSpec( variable in class:MbCommand
rb.py 76 help_spec = Command.HelpSpec( variable in class:RbCommand
stat.py 105 help_spec = Command.HelpSpec( variable in class:StatCommand

Completed in 100 milliseconds

1 2