Searched defs:showwarning (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
H A DtkMessageBox.py85 def showwarning(title=None, message=None, **options): function
128 print "warning", showwarning("Spam", "Egg Warning")
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
H A DtkMessageBox.py85 def showwarning(title=None, message=None, **options): function
128 print "warning", showwarning("Spam", "Egg Warning")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DtkMessageBox.py85 def showwarning(title=None, message=None, **options): function
128 print "warning", showwarning("Spam", "Egg Warning")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DtkMessageBox.py85 def showwarning(title=None, message=None, **options): function
128 print "warning", showwarning("Spam", "Egg Warning")
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dwarnings.py10 __all__ = ["warn", "showwarning", "formatwarning", "filterwarnings",
34 showwarning = _show_warning variable
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): function in function:catch_warnings.__enter__
350 self._module.showwarning = showwarning
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dwarnings.py10 __all__ = ["warn", "showwarning", "formatwarning", "filterwarnings",
34 showwarning = _show_warning variable
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): function in function:catch_warnings.__enter__
350 self._module.showwarning = showwarning
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dwarnings.py10 __all__ = ["warn", "showwarning", "formatwarning", "filterwarnings",
34 showwarning = _show_warning variable
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): function in function:catch_warnings.__enter__
350 self._module.showwarning = showwarning
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dwarnings.py10 __all__ = ["warn", "showwarning", "formatwarning", "filterwarnings",
34 showwarning = _show_warning variable
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): function in function:catch_warnings.__enter__
350 self._module.showwarning = showwarning
[all...]

Completed in 40 milliseconds