Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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):
Callers
15
test_cache_single_method_call
Method · 0.95
test_can_cache_multiple_methods
Method · 0.95
test_can_cache_kwargs
Method · 0.95
test_can_put_extracted_file_from_tar
Method · 0.45
add_associated_future
Method · 0.45
test_passing_context_to_task_call
Method · 0.45
custom_context
Function · 0.45
test_start_as_current_context
Method · 0.45
test_nested_start_as_current_context
Method · 0.45
register_fake
Method · 0.45
_xml_test_cases
Function · 0.45
test_make_zip
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected