Implementation of showwarnings which redirects to logging, which will first check to see if the file parameter is None. If a file is specified, it will delegate to the original warnings implementation of showwarning. Otherwise, it will call warnings.formatwarning and will log the re
(message, category, filename, lineno, file=None, line=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected