# _warnings - pydoc - phpman

Help on built-in module _warnings:

## NAME
    _warnings

## DESCRIPTION
    _warnings provides basic warning filtering support.
    It is a helper module to speed up interpreter start-up.

## FUNCTIONS
### warn
        Issue a warning, or maybe ignore it or raise an exception.

### warn_explicit
        Low-level interface to warnings functionality.

## DATA
    filters = [('default', None, <class 'DeprecationWarning'>, '__main__',...

## FILE
    (built-in)


