MCPcopy Create free account
hub / github.com/aws/aws-cli / _default_scalar_walk

Method _default_scalar_walk

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

Source from the content-addressed store, hash-verified

617 self._walk(shape.value, visitor, stack)
618
619 def _default_scalar_walk(self, shape, visitor, stack):
620 self._do_shape_visit(shape, visitor)
621
622 def _do_shape_visit(self, shape, visitor):
623 visitor.visit_shape(shape)

Callers

nothing calls this directly

Calls 1

_do_shape_visitMethod · 0.95

Tested by

no test coverage detected