class documentation

class WarningIsErrorFilter(logging.Filter):

View In Hierarchy

Raise exception if warning emitted.
Method __init__ Undocumented
Method filter Undocumented
Instance Variable app Undocumented
def __init__(self, app):

Undocumented

Parameters
app:SphinxUndocumented
def filter(self, record):

Undocumented

Parameters
record:logging.LogRecordUndocumented
Returns
boolUndocumented
app =

Undocumented