MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / catch_warnings

Class catch_warnings

Lib/warnings.py:301–359  ·  view source on GitHub ↗

A context manager that copies and restores the warnings filter upon exiting the context. The 'record' argument specifies whether warnings should be captured by a custom implementation of warnings.showwarning() and be appended to a list returned by the context manager. Otherwise None

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

initiate_sendMethod · 0.90
BaseHTTPServer.pyFile · 0.90
mimetools.pyFile · 0.90
cgi.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected