Safely clean up the caches
(self)
| 159 | exist_prefill: bool = False |
| 160 | |
| 161 | def clear_caches(self): |
| 162 | """Safely clean up the caches""" |
| 163 | if self.caches: |
| 164 | del self.caches |
| 165 | |
| 166 | def __str__(self) -> str: |
| 167 | """ |
no outgoing calls
no test coverage detected