pygsti.tools.legacytools

pygsti.tools.legacytools#

Functions related deprecating other functions

Functions

deprecate([replacement])

Decorator for deprecating a function.

deprecate_imports(module_name, ...)

Utility to deprecate imports from a module.

warn_deprecated(name[, replacement])

Formats and prints a deprecation warning message.