MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / emit_deprecation_warning

Function emit_deprecation_warning

sdk/python/src/dstack_sdk/dstack_client.py:87–88  ·  view source on GitHub ↗
(message: str, stacklevel: int = 2)

Source from the content-addressed store, hash-verified

85
86
87def emit_deprecation_warning(message: str, stacklevel: int = 2) -> None:
88 warnings.warn(message, DeprecationWarning, stacklevel=stacklevel)
89
90
91def call_async(func):

Callers 4

__init__Method · 0.85
derive_keyMethod · 0.85
tdx_quoteMethod · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected