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

Method add

tests/unit/botocore/test_utils.py:1269–1270  ·  view source on GitHub ↗
(self, x, y)

Source from the content-addressed store, hash-verified

1267
1268 @instance_cache
1269 def add(self, x, y):
1270 return x + y
1271
1272 @instance_cache
1273 def sub(self, x, y):

Calls

no outgoing calls

Tested by

no test coverage detected