MCPcopy Index your code
hub / github.com/aws/aws-cli / sub

Method sub

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

Source from the content-addressed store, hash-verified

1271
1272 @instance_cache
1273 def sub(self, x, y):
1274 return x - y
1275
1276 def setUp(self):
1277 self.cache = {}

Callers 15

remove_colorMethod · 0.80
strip_html_tagsFunction · 0.80
_remove_multilinesMethod · 0.80
_get_queryMethod · 0.80
get_service_module_nameFunction · 0.80
xform_nameFunction · 0.80
_node_tagMethod · 0.80
_handle_structureMethod · 0.80
escape_controlsFunction · 0.80
_get_commentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected