No-op.
(self, type, value, traceback)
| 77 | """No-op.""" |
| 78 | |
| 79 | def __exit__(self, type, value, traceback): |
| 80 | """No-op.""" |
| 81 | |
| 82 | |
| 83 | # Try to import tqdm and the logging redirect, otherwise provide fake implementations.. |
nothing calls this directly
no outgoing calls
no test coverage detected