class documentation

class DummyWarningsModule: (source)

View In Hierarchy

Stub for warnings which provides a showwarning method that is a no-op.

Method showwarning Do nothing.
def showwarning(*args, **kwargs): (source)

Do nothing.

Parameters
*args:Anyignored.
**kwargs:Anyignored.