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