(self, cache_key)
| 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): |
no outgoing calls
no test coverage detected