weaver.warning

Module Contents

exception weaver.warning.TimeZoneInfoAlreadySetWarning[source]

Warn when trying to obtain a localized time with already defined time-zone info.

Initialize self. See help(type(self)) for accurate signature.

exception weaver.warning.DisabledSSLCertificateVerificationWarning[source]

Warn when an option to disable SSL certificate verification is employed for some operations.

Initialize self. See help(type(self)) for accurate signature.

exception weaver.warning.UnsupportedOperationWarning[source]

Warn about an operation not yet implemented or unsupported according to context.

Initialize self. See help(type(self)) for accurate signature.

exception weaver.warning.NonBreakingExceptionWarning[source]

Warn about an exception that is handled (ex: caught in try/except block) but still unexpected.

Initialize self. See help(type(self)) for accurate signature.

exception weaver.warning.MissingParameterWarning[source]

Warn about an expected but missing parameter.

Initialize self. See help(type(self)) for accurate signature.