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

Method _walk_map

awscli/utils.py:615–617  ·  view source on GitHub ↗
(self, shape, visitor, stack)

Source from the content-addressed store, hash-verified

613 self._walk(shape.member, visitor, stack)
614
615 def _walk_map(self, shape, visitor, stack):
616 self._do_shape_visit(shape, visitor)
617 self._walk(shape.value, visitor, stack)
618
619 def _default_scalar_walk(self, shape, visitor, stack):
620 self._do_shape_visit(shape, visitor)

Callers

nothing calls this directly

Calls 2

_do_shape_visitMethod · 0.95
_walkMethod · 0.95

Tested by

no test coverage detected