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

Method _walk_list

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

Source from the content-addressed store, hash-verified

609 self._walk(member_shape, visitor, stack)
610
611 def _walk_list(self, shape, visitor, stack):
612 self._do_shape_visit(shape, visitor)
613 self._walk(shape.member, visitor, stack)
614
615 def _walk_map(self, shape, visitor, stack):
616 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