Searched refs:_showwarning (Results 1 – 3 of 3) sorted by relevance
345 self._showwarning = self._module.showwarning359 self._module.showwarning = self._showwarning
349 self._showwarning = self._module.showwarning363 self._module.showwarning = self._showwarning
1675 def _showwarning(message, category, filename, lineno, file=None, line=None): function1703 warnings.showwarning = _showwarning