| warnings | index /usr/local/lib/python2.3/warnings.py |
Python part of the warnings subsystem.
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| __all__ = ['warn', 'showwarning', 'formatwarning', 'filterwarnings', 'resetwarnings'] defaultaction = 'default' filters = [('ignore', <_sre.SRE_Pattern object>, <class exceptions.DeprecationWarning>, <_sre.SRE_Pattern object>, 0), ('ignore', <_sre.SRE_Pattern object>, <class exceptions.RuntimeWarning>, <_sre.SRE_Pattern object>, 0), ('ignore', None, <class exceptions.OverflowWarning>, None, 0), ('ignore', None, <class exceptions.PendingDeprecationWarning>, None, 0), ('ignore', <_sre.SRE_Pattern object>, <class exceptions.DeprecationWarning>, <_sre.SRE_Pattern object>, 0)] onceregistry = {} | ||