Home
last modified time | relevance | path

Searched refs:attribute_to_args_map (Results 1 – 9 of 9) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/util/concepts/
H A Dpresentation_specs.py93 def attribute_to_args_map(self): member in PresentationSpec
151 attribute_to_args_map = {}
158 attribute_to_args_map[attribute.name] = name
159 return attribute_to_args_map
211 self.attribute_to_args_map,
235 attribute_to_args_map = {}
244 attribute_to_args_map[attribute.name] = name
245 return attribute_to_args_map
294 self.attribute_to_args_map,
H A Dinfo_holders.py125 attribute_to_args_map, fallthroughs_map, required=False, argument
148 self.attribute_to_args_map = attribute_to_args_map
182 self.attribute_to_args_map,
207 if len(list(filter(bool, list(self.attribute_to_args_map.values())))) == 1:
218 if not self.attribute_to_args_map.get(attribute.name)]
248 if (self.attribute_to_args_map.get(anchor.name, None)
318 name = self.attribute_to_args_map.get(attribute.name, None)
383 result = self.concept_spec.Parse(self.attribute_to_args_map,
H A Dresource_parameter_info.py82 flag_name = self.resource_info.attribute_to_args_map.get(attribute_name,
108 flag_name = self.resource_info.attribute_to_args_map.get(
H A Dconcept_parsers.py151 for a, arg_name in six.iteritems(presentation_spec.attribute_to_args_map):
250 arg_name = spec.attribute_to_args_map.get(attribute_name, None)
H A Dcompleters.py238 parameter_info.resource_info.attribute_to_args_map))
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/calliope/concepts/
H A Dmultitype.py132 def Parse(self, attribute_to_args_map, base_fallthroughs_map, argument
316 def _ParseFromPluralValue(self, attribute_to_args_map, base_fallthroughs_map, argument
321 attribute_to_args_map, base_fallthroughs_map, plural=True,
355 def _ParsePlural(self, attribute_to_args_map, base_fallthroughs_map, argument
362 attribute_to_args_map, base_fallthroughs_map, attribute,
369 attribute_to_args_map, base_fallthroughs_map,
376 def Parse(self, attribute_to_args_map, base_fallthroughs_map, argument
397 attribute_to_args_map, base_fallthroughs_map,
407 results = self._ParsePlural(attribute_to_args_map,
H A Dconcepts.py118 def Parse(self, attribute_to_args_map, base_fallthroughs_map, argument
465 def Parse(self, attribute_to_args_map, base_fallthroughs_map, argument
486 attribute_to_args_map, base_fallthroughs_map,
496 results = self._ParseFromPluralValue(attribute_to_args_map,
506 attribute_to_args_map, base_fallthroughs_map)
510 def _ParseFromPluralValue(self, attribute_to_args_map, base_fallthroughs_map, argument
515 attribute_to_args_map, base_fallthroughs_map, plural=True,
541 def BuildFullFallthroughsMap(self, attribute_to_args_map, argument
571 self.GetArgAndBaseFallthroughsForAttribute(attribute_to_args_map,
583 attribute_to_args_map, argument
[all …]
H A Dhandlers.py101 for _, arg_name in six.iteritems(concept_info.attribute_to_args_map):
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/privateca/
H A Dresource_args.py249 for arg in concept_info.attribute_to_args_map.values()