Home | History | Annotate | Download | only in python2.7

Lines Matching refs:showwarning

10 __all__ = ["warn", "showwarning", "formatwarning", "filterwarnings",
34 showwarning = _show_warning
278 showwarning(message, category, filename, lineno)
283 """Holds the result of a single showwarning() call."""
307 custom implementation of warnings.showwarning() and be appended to a list
310 mirror the arguments to showwarning().
345 self._showwarning = self._module.showwarning
348 def showwarning(*args, **kwargs):
350 self._module.showwarning = showwarning
359 self._module.showwarning = self._showwarning