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

Method _convert_cache_key

awscli/botocore/utils.py:3990–3992  ·  view source on GitHub ↗
(self, cache_key)

Source from the content-addressed store, hash-verified

3988 f.write(file_content)
3989
3990 def _convert_cache_key(self, cache_key):
3991 full_path = os.path.join(self._working_dir, cache_key + '.json')
3992 return full_path
3993
3994 def _serialize_if_needed(self, value, iso=False):
3995 if isinstance(value, _DatetimeClass):

Callers 4

__contains__Method · 0.95
__getitem__Method · 0.95
__delitem__Method · 0.95
__setitem__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected