MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / warn_deprecated

Function warn_deprecated

monai/utils/deprecate_utils.py:33–37  ·  view source on GitHub ↗

Issue the warning message `msg`.

(obj, msg, warning_category=FutureWarning)

Source from the content-addressed store, hash-verified

31
32
33def warn_deprecated(obj, msg, warning_category=FutureWarning):
34 """
35 Issue the warning message `msg`.
36 """
37 warnings.warn(f"{obj}: {msg}", category=warning_category, stacklevel=2)
38
39
40def deprecated(

Callers 1

_wrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…