class documentation

class ignore_warnings(TestContextDecorator):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method disable Undocumented
Method enable Undocumented
Instance Variable catch​_warnings Undocumented
Instance Variable filter​_func Undocumented
Instance Variable ignore​_kwargs Undocumented

Inherited from TestContextDecorator:

Method __call__ Undocumented
Method __enter__ Undocumented
Method __exit__ Undocumented
Method decorate​_callable Undocumented
Method decorate​_class Undocumented
Instance Variable attr​_name Undocumented
Instance Variable kwarg​_name Undocumented
def __init__(self, **kwargs):
def disable(self):
def enable(self):
catch_warnings =

Undocumented

filter_func =

Undocumented

ignore_kwargs =

Undocumented