(self, exc_type, exc_value, exc_tb)
| 34 | self.start_time = time.time() |
| 35 | |
| 36 | def __exit__(self, exc_type, exc_value, exc_tb): |
| 37 | print(self.msg % (time.time() - self.start_time)) |
| 38 | |
| 39 | |
| 40 | def memory_limit_image_resize(cont_img): |
nothing calls this directly
no outgoing calls
no test coverage detected