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

Method _walk_structure

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

Source from the content-addressed store, hash-verified

604 stack.pop()
605
606 def _walk_structure(self, shape, visitor, stack):
607 self._do_shape_visit(shape, visitor)
608 for _, member_shape in shape.members.items():
609 self._walk(member_shape, visitor, stack)
610
611 def _walk_list(self, shape, visitor, stack):
612 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