Home
last modified time | relevance | path

Searched refs:fallthroughs_map (Results 1 – 5 of 5) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/calliope/concepts/
H A Dmultitype.py161 for attr, fallthroughs in six.iteritems(fallthroughs_map)
194 def _GetActiveType(self, fallthroughs_map, parsed_args=None, argument
198 fallthroughs_map, parsed_args=parsed_args)
258 deps_lib.Get(attribute.name, fallthroughs_map,
302 fallthroughs_map, parsed_args=parsed_args)
307 full_fallthroughs_map = copy.deepcopy(fallthroughs_map)
320 fallthroughs_map = self.BuildFullFallthroughsMap(
323 current_fallthroughs = fallthroughs_map.get(attribute_name, [])
341 fallthroughs_map[attribute_name] = [new_fallthrough]
368 fallthroughs_map = self.BuildFullFallthroughsMap(
[all …]
H A Dconcepts.py419 def Initialize(self, fallthroughs_map, parsed_args=None): argument
485 fallthroughs_map = self.BuildFullFallthroughsMap(
490 fallthroughs_map, parsed_args=parsed_args)
505 fallthroughs_map = self.BuildFullFallthroughsMap(
514 fallthroughs_map = self.BuildFullFallthroughsMap(
538 fallthroughs_map, parsed_args=parsed_args))
568 fallthroughs_map = {}
570 fallthroughs_map[attribute.name] = (
576 return fallthroughs_map
580 return fallthroughs_map
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/util/concepts/
H A Dconcept_parsers.py103 fallthroughs_map = {}
104 UpdateFallthroughsMap(fallthroughs_map, name, command_level_fallthroughs)
108 fallthroughs_map[key] = fallthroughs
109 return cls([presentation_spec], fallthroughs_map)
270 fallthroughs_map = {}
276 fallthroughs_map[attribute.name] = fallthroughs + attribute.fallthroughs
278 return presentation_spec._GenerateInfo(fallthroughs_map) # pylint: disable=protected-access
281 def UpdateFallthroughsMap(fallthroughs_map, resource_arg_name, argument
287 fallthroughs_map[key] = fallthroughs
H A Dinfo_holders.py59 def fallthroughs_map(self): member in ConceptInfo
125 attribute_to_args_map, fallthroughs_map, required=False, argument
147 self._fallthroughs_map = fallthroughs_map
167 def fallthroughs_map(self): member in ResourceInfo
183 self.fallthroughs_map,
249 and not self.fallthroughs_map.get(anchor.name, [])):
273 and not self.fallthroughs_map.get(attribute.name, []))
384 self.fallthroughs_map,
410 return anchors == [attribute] and not self.fallthroughs_map.get(
430 if self.fallthroughs_map.get(anchor.name, []):
H A Dpresentation_specs.py101 def _GenerateInfo(self, fallthroughs_map): argument
196 def _GenerateInfo(self, fallthroughs_map): argument
212 fallthroughs_map,
279 def _GenerateInfo(self, fallthroughs_map): argument
295 fallthroughs_map,