PackageMismatchWarnLevel

class audobject.define.PackageMismatchWarnLevel[source]

Controls verbosity for package mismatch.

A package mismatch might occur if the current installed version of a package does not match the version an object was generated with.

Set via audobject.config.

__hash__()

PackageMismatchWarnLevel.__hash__()

Return hash(self).

SILENT

PackageMismatchWarnLevel.SILENT = 0

no warnings

STANDARD

PackageMismatchWarnLevel.STANDARD = 1

only warn when installed version is older

VERBOSE

PackageMismatchWarnLevel.VERBOSE = 2

warn when versions do not match