Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
626
class
BaseShapeVisitor:
Callers
4
_walk_structure
Method · 0.95
_walk_list
Method · 0.95
_walk_map
Method · 0.95
_default_scalar_walk
Method · 0.95
Calls
1
visit_shape
Method · 0.45
Tested by
no test coverage detected