(msg, *args, **kwargs)
| 109 | |
| 110 | @deprecated(date="2018-09-30", instructions="This API is deprecated. Please use as `tl.logging.warning`") |
| 111 | def warn(msg, *args, **kwargs): |
| 112 | warning(msg, *args, **kwargs) |
| 113 | |
| 114 | |
| 115 | def warning(msg, *args, **kwargs): |
nothing calls this directly
no test coverage detected
searching dependent graphs…