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

Method _do_shape_visit

awscli/utils.py:622–623  ·  view source on GitHub ↗
(self, shape, visitor)

Source from the content-addressed store, hash-verified

620 self._do_shape_visit(shape, visitor)
621
622 def _do_shape_visit(self, shape, visitor):
623 visitor.visit_shape(shape)
624
625
626class BaseShapeVisitor:

Callers 4

_walk_structureMethod · 0.95
_walk_listMethod · 0.95
_walk_mapMethod · 0.95
_default_scalar_walkMethod · 0.95

Calls 1

visit_shapeMethod · 0.45

Tested by

no test coverage detected