No-op.
(self, **kwargs)
| 71 | """Provides a no-op tqdm context manager for redirecting log messages.""" |
| 72 | |
| 73 | def __init__(self, **kwargs): |
| 74 | """No-op.""" |
| 75 | |
| 76 | def __enter__(self): |
| 77 | """No-op.""" |
nothing calls this directly
no outgoing calls
no test coverage detected