qiskit.utils.deprecate_function¶ deprecate_function(msg, stacklevel=2)[ソース]¶ Emit a warning prior to calling decorated function. パラメータ msg (str) – Warning message to emit. stacklevel (int) – The warning stackevel to use, defaults to 2. 戻り値 The decorated, deprecated callable. 戻り値の型 Callable